You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am sure you are probably aware, but the basic examples like ode_demo and latent_ode are broken in the rewrite branch. The size of the tensor returned from odeint is different from the input, and thus within the training loop pred_y shape doesn't equal the batch_y shape and causes an error when calculating the loss function.
I am only attempting to use this branch as I would like to test a Neural ODE with some code I already have written with TF 2.3.
The text was updated successfully, but these errors were encountered:
I am sure you are probably aware, but the basic examples like ode_demo and latent_ode are broken in the rewrite branch. The size of the tensor returned from odeint is different from the input, and thus within the training loop pred_y shape doesn't equal the batch_y shape and causes an error when calculating the loss function.
I am only attempting to use this branch as I would like to test a Neural ODE with some code I already have written with TF 2.3.
The text was updated successfully, but these errors were encountered: