Skip to content
New issue

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

AttributeError: module 'kfac_jax._src.utils' has no attribute 'Array' #81

Open
weizd opened this issue Sep 24, 2024 · 1 comment
Open

Comments

@weizd
Copy link

weizd commented Sep 24, 2024

/home/test2/anaconda3/envs/ferminet39/bin/python /home/test2/ferminet/ferminet/train.py
Traceback (most recent call last):
File "/home/test2/ferminet/ferminet/train.py", line 25, in
from ferminet import checkpoint
File "/home/test2/ferminet/ferminet/checkpoint.py", line 24, in
from ferminet import networks
File "/home/test2/ferminet/ferminet/networks.py", line 21, in
from ferminet import envelopes
File "/home/test2/ferminet/ferminet/envelopes.py", line 21, in
from ferminet import curvature_tags_and_blocks
File "/home/test2/ferminet/ferminet/curvature_tags_and_blocks.py", line 25, in
Array = kfac_jax.utils.Array
AttributeError: module 'kfac_jax._src.utils' has no attribute 'Array'

what should I do ? my python=3.9 , the version is right?

@jsspencer
Copy link
Collaborator

Please check your KFAC version; we typically support the latest commit in the kfac_jax repository. I've just pushed a small update which handles a recent kfac_jax API change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants