Git Product home page Git Product logo

Comments (4)

romanngg avatar romanngg commented on May 6, 2024 2

Looks like JAX hasn't updated their pypi package in a while - suggest restarting the runtime and using something like

pip install --upgrade jaxlib
pip install --force-reinstall git+https://www.github.com/google/jax

to use latest github jax source.

from neural-tangents.

sschoenholz avatar sschoenholz commented on May 6, 2024

Hey! Thanks for the message. That looks like a JAX version error, can you try pip install --upgrade jax and then re-run the code? Let us know if that doesn't work and we can iterate.

from neural-tangents.

celidos avatar celidos commented on May 6, 2024

Thanks for your response.

I've tried pip install --upgrade jax, but nothing changed.

I've also tried with upgrading pip, but got still same error:

!pip install --upgrade pip
!pip install --upgrade jax jaxlib
!pip install -q git+https://www.github.com/google/neural-tangents

Also I've tried same code on my laptop (Ubuntu 18.04) - same error.

>>> !pip show jax
Name: jax
Version: 0.1.75
Summary: Differentiate, compile, and transform Numpy code.
Home-page: https://github.com/google/jax
Author: JAX team
Author-email: [email protected]
License: Apache-2.0
Location: /usr/local/lib/python3.6/dist-packages
Requires: absl-py, opt-einsum, numpy
Required-by: neural-tangents
>>> !pip show neural-tangents

Name: neural-tangents
Version: 0.3.3
Summary: Fast and Easy Infinite Neural Networks in Python
Home-page: https://github.com/google/neural-tangents
Author: Google
Author-email: [email protected]
License: Apache 2.0
Location: /usr/local/lib/python3.6/dist-packages
Requires: frozendict, jax, dataclasses
Required-by: 
>>> !pip show jaxlib
Name: jaxlib
Version: 0.1.52
Summary: XLA library for JAX
Home-page: https://github.com/google/jax
Author: JAX team
Author-email: [email protected]
License: Apache-2.0
Location: /usr/local/lib/python3.6/dist-packages
Requires: scipy, absl-py, numpy
Required-by: 

I also made a colab notebook for you to reproduce the error: link

from neural-tangents.

celidos avatar celidos commented on May 6, 2024

Thank you very much.

Doing

!pip install --upgrade pip
!pip install --upgrade jaxlib
!pip install --force-reinstall git+https://www.github.com/google/jax --use-feature=2020-resolver
!pip install -q git+https://www.github.com/google/neural-tangents --use-feature=2020-resolver

and restarting the kernel did the right thing

from neural-tangents.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.