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

Flax module has no attribute optim #10

Open
Mehi44 opened this issue Jan 13, 2023 · 0 comments
Open

Flax module has no attribute optim #10

Mehi44 opened this issue Jan 13, 2023 · 0 comments

Comments

@Mehi44
Copy link

Mehi44 commented Jan 13, 2023

I tried running this in the colab notebook :
!python visualhull.py --config configs/blender --data_dir data/nerf_synthetic/lego --voxel_dir data/voxel_dil7/lego --dilation 7 --thresh 1. --alpha_bkgd True

I recieved this error :

Traceback (most recent call last): File "visualhull.py", line 4, in <module> from nerf import utils File "/content/VaxNeRF/nerf/utils.py", line 35, in <module> class TrainState: File "/content/VaxNeRF/nerf/utils.py", line 36, in TrainState optimizer: flax.optim.Optimizer AttributeError: module 'flax' has no attribute 'optim'

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

1 participant