You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run Zero-1-to-3 with the Stable Zero123 ckpt on Colab:
"!python launch.py --config configs/stable-zero123.yaml --train --gpu 0 data.image_path=./load/images/hamburger_rgba.png"
Then it has an error:
_pickle.UnpicklingError: invalid load key, '<'.
How to solve the problem?
The text was updated successfully, but these errors were encountered:
I run Zero-1-to-3 with the Stable Zero123 ckpt on Colab:
"!python launch.py --config configs/stable-zero123.yaml --train --gpu 0 data.image_path=./load/images/hamburger_rgba.png"
Then it has an error:
_pickle.UnpicklingError: invalid load key, '<'.
How to solve the problem?
The text was updated successfully, but these errors were encountered: