-
Notifications
You must be signed in to change notification settings - Fork 346
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
Add the JAX backend #504
base: main
Are you sure you want to change the base?
Add the JAX backend #504
Conversation
The following error is obtained:
|
It seems from the previous error message that JAX is not installed during the continuous integration tests, therefore the tests in On my local computer, these tests are failing with the following error message:
|
Difficulty: |
A solution would be to create a class named |
Add the JAX backend: https://jax.readthedocs.io/en/latest/
The JAX backend can be used for automatic differentiation: https://jax.readthedocs.io/en/latest/notebooks/autodiff_cookbook.html