- 000
In jax>=0.3.16 I am getting this error when importing vit_jax:
ImportError Traceback (most recent call last)
/data/cristian/flax/docs/guides/transfer_learning.ipynb Cell 3 in <cell line: 1>()
----> 1 from vit_jax import models, checkpoint
2 from pathli...