Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

error while trying to run colab notebook: Nerfies Training v2.ipynb #58

Open
corlangerak opened this issue Apr 20, 2022 · 4 comments
Open

Comments

@corlangerak
Copy link

HI
I was trying to run the colab notebook Nerfies Training v2.ipynb
after having run the Nerfies Capture Processing v2.ipynb on a video.

I got stuck on an error that I don't understand due to my lack of knowledge.
maybe someone can help.
This is the error the notebook produced

UnfilteredStackTrace Traceback (most recent call last)
in ()
34 use_warp_jacobian=train_config.use_elastic_loss,
---> 35 use_weights=train_config.use_elastic_loss)
36

26 frames
UnfilteredStackTrace: TypeError: broadcast_to requires ndarray or scalar arguments, got <class 'list'> at position 0.

The stack trace below excludes JAX-internal frames.
The preceding is the original exception that occurred, unmodified.

The above exception was the direct cause of the following exception:

TypeError Traceback (most recent call last)
/usr/local/lib/python3.7/dist-packages/jax/_src/numpy/util.py in _check_arraylike(fun_name, *args)
293 if not _arraylike(arg))
294 msg = "{} requires ndarray or scalar arguments, got {} at position {}."
--> 295 raise TypeError(msg.format(fun_name, type(arg), pos))
296
297

TypeError: broadcast_to requires ndarray or scalar arguments, got <class 'list'> at position 0.

Thanks in advanced

@corlangerak corlangerak changed the title error while trying to run colab notebook: Nerfies Render Video v2.ipynb error while trying to run colab notebook: Nerfies Training v2.ipynb Apr 20, 2022
@wuzijian1997
Copy link

wuzijian1997 commented May 7, 2022

I met the same question. Maybe you should try

!pip install flax==0.3.4 immutabledict mediapy
!pip install jax==0.2.20
!pip install git+https://github.com/google/nerfies@v2

at the beginning to set the environment.

@sjtuytc
Copy link

sjtuytc commented Jul 31, 2022

I met the same question. Maybe you should try

!pip install flax==0.3.4 immutabledict mediapy !pip install jax==0.2.20 !pip install git+https://github.com/google/nerfies@v2

at the beginning to set the environment.

Not solved by this. Another issue was reported (import jax failed).

@CurtinComputing
Copy link

I met the same error

@pscore30
Copy link

I have also the same error!!

@CurtinComputing CurtinComputing mentioned this issue Aug 16, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants