fourier-feature-networks icon indicating copy to clipboard operation
fourier-feature-networks copied to clipboard

Which jax version to use?

Open resurgo97 opened this issue 2 years ago • 0 comments

I installed jax with the below command,

pip install --upgrade "jax[cpu]" install -q neural_tangents==0.2.2 livelossplot

but I come across the error jax.api does not exist while importing neural tangent package and searched to find that I need to upgrade neural tangent package, or downgrade jax.

Both worked, but in either case I run into another kind of error while executing the other codes.

I also tried running the codes on Colab, by clicking on the badge in the notebook file, but also had the same error: jax.api does not exist.

I find it hard to find any proper combination of those two packages; neural tangent and jax.

Could anyone help me please?

resurgo97 avatar Jul 17 '22 18:07 resurgo97