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

requiremented environment #1

Open
azh2000xy opened this issue Oct 17, 2022 · 4 comments
Open

requiremented environment #1

azh2000xy opened this issue Oct 17, 2022 · 4 comments

Comments

@azh2000xy
Copy link

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==.....

@MilesCranmer
Copy link
Owner

Hey @azh2000xy,
It should work for the most recent version, with the change that jax.experimental -> jax.example_libraries

- 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,
Miles

@MilesCranmer
Copy link
Owner

I added a note about this to the README in 2fc26cb.

@MilesCranmer
Copy link
Owner

I made a PR here: #4 to fix these. Want to take a look?

@healer-21
Copy link

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants