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

NeuralODE implementation using JAX #525

Closed
Sudhanshu-G-Ogalapur opened this issue Nov 15, 2024 · 2 comments
Closed

NeuralODE implementation using JAX #525

Sudhanshu-G-Ogalapur opened this issue Nov 15, 2024 · 2 comments

Comments

@Sudhanshu-G-Ogalapur
Copy link

Sudhanshu-G-Ogalapur commented Nov 15, 2024

No description provided.

@lockwo
Copy link
Contributor

lockwo commented Nov 15, 2024

  1. format code as one block by wrapping it in "```" see raw of
print("Hello World")
  1. Provide MVC (https://stackoverflow.com/help/minimal-reproducible-example), I don't have those files and thus can't run the code.

@lockwo
Copy link
Contributor

lockwo commented Nov 15, 2024

MVC is the minimal code snippet that you can just copy into editor and have it work (not having to download files, which also presents a security risk). However, without I running the code I would guess it is a shaping error (e.g. haiku adds an extra dimension on Linear I think, so maybe that's messing it up?). Does the term work fine in isolation? (see my comment in #446 for debugging tips)

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