-
Notifications
You must be signed in to change notification settings - Fork 95
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
requiremented environment #1
Comments
Hey @azh2000xy, - from jax.experimental import stax
+ from jax.example_libraries import stax
- from jax.experimental import optimizers
+ from jax.example_libraries import optimizers cc @greydanus - we should probably apply this update to the examples? Cheers, |
I added a note about this to the README in 2fc26cb. |
I made a PR here: #4 to fix these. Want to take a look? |
Hello, can you disclose the data set you used? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, I am reproducing your code failed due to jax version issues and configured environment. Can you release the environment and corresponding version of the pips in this paper,such as numpy==....,jax==.....
The text was updated successfully, but these errors were encountered: