google-research / scenic

Scenic: A Jax Library for Computer Vision Research and Beyond

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImportError: cannot import name 'ShapedArray' from 'jax'

YR57 opened this issue · comments

commented

When running the UnLoc code, an error occurs because the versions of jax, jaxlib, and flax do not match.

What versions of jax, jaxlib, and flax are suitable for UnLoc code?

Got the same issue. How did you solve this?