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
Yes, the version of hydra have been updated. So it raises an error when you load a weight. You can use this script. But when executing the script you need the previous version of OmegaConf.
When you call the method from_pretrained, it stores a pretrained models in torch_points3d/applications/weights.
When the pt file are downloaded, you need to apply the script on these pt files (using the old version of Omegaconf v 1.4.1 or older).
Hi, Thanks for the awesome repo. Looking forward to training it on my own datasets.
The error occurs when I run:
I have installed torch-points3d with poetry on ubuntu 20.04, CUDA 11.4, Torch11.1. (Inside an existing points3d conda env)
Omega Version:
Hydra:
Tests (most passed):
Do you know how I can fix the error? Cheers, Sam
The text was updated successfully, but these errors were encountered: