We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I got the following error when importing jax_unirep package
ModuleNotFoundError: No module named 'jax.example_libraries'
My script is
from jax_unirep import fit from jax_unirep.utils import load_params
with cuda101 and my package versions are
jax==0.2.17 jax-unirep==2.2.0 jaxlib==0.1.65+cuda101
The text was updated successfully, but these errors were encountered:
Hi Mohmed,
Could you try the solution outlined it this solved issue: #117 and report back?
Sorry, something went wrong.
No branches or pull requests
I got the following error when importing jax_unirep package
My script is
with cuda101 and my package versions are
The text was updated successfully, but these errors were encountered: