Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Examples broken in rewrite branch #9

Open
adam-hartshorne opened this issue Sep 7, 2020 · 1 comment
Open

Examples broken in rewrite branch #9

adam-hartshorne opened this issue Sep 7, 2020 · 1 comment

Comments

@adam-hartshorne
Copy link

adam-hartshorne commented Sep 7, 2020

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.

@titu1994
Copy link
Owner

titu1994 commented Sep 7, 2020

Please use just the master branch. The rewrite branch does not work, yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants