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

Can't get attribute 'UntypedNode' on omegaconf.nodes #669

Closed
davodogster opened this issue Sep 16, 2021 · 3 comments
Closed

Can't get attribute 'UntypedNode' on omegaconf.nodes #669

davodogster opened this issue Sep 16, 2021 · 3 comments

Comments

@davodogster
Copy link

davodogster commented Sep 16, 2021

Hi, Thanks for the awesome repo. Looking forward to training it on my own datasets.

The error occurs when I run:
image

image

I have installed torch-points3d with poetry on ubuntu 20.04, CUDA 11.4, Torch11.1. (Inside an existing points3d conda env)

Omega Version:
image

Hydra:
image

Tests (most passed):

image

Do you know how I can fix the error? Cheers, Sam

@humanpose1
Copy link
Collaborator

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.

@davodogster
Copy link
Author

Hi @humanpose1 Thanks for that script. Do you know when and where I run the script so I can get around the error above?

@humanpose1
Copy link
Collaborator

Sorry for my late response, I was busy.

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).

@CCInc CCInc closed this as completed Mar 19, 2022
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

3 participants