-
Notifications
You must be signed in to change notification settings - Fork 7
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
Feature/jax wrapper autogalaxy fixes #156
base: feature/jax_wrapper
Are you sure you want to change the base?
Feature/jax wrapper autogalaxy fixes #156
Conversation
I will document the fix here, as it will hopefully illustrate one example of the JAX implementaiton. I ran the following script: I received the following exception:
The error I hunted around and found the following line in
Here,
I also had to update the following:
To:
This was more just standard JAX practise that you cant manipulate in place memory. This illustrate is to help us explain in the meeting the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you run some automated linter on this?
Quick fixes and debugging for getting JAX examples to run agian.