-
Notifications
You must be signed in to change notification settings - Fork 67
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
Torch Errors #16
Comments
I also face this error... I comment this line, then it worked. However, I am still waiting the training result.
|
I also got the same error. When I comment out sigma_a[:,-1] += 1e-6, there are no differences. |
Sorry for leaving all the last minute ablation mess there. You were right to remove/comment out/None anything related to ablation. |
To solve gafniguy#16 gafniguy#24 gafniguy#44 issues if ray_directions_ablation is None, skip following steps about ablation
May I ask how long it took you to run this code? I don't know why it shows that I need to run for over 200 hours here |
Hello!
I am trying to get this to work and am getting some weird torch errors. I am newish to ML so was a bit confused.
To get it running I had to make some changes to
nerface_code/nerf-pytorch/nerf/train_utils.py
hopefully I did not breaksomething 😅
ray_directions_ablation
is used here but whenrun_one_iter_of_nerf
is called here it is not passed. The YML file inthe README has
options.dataset.no_ndc
asTrue
so it fails. I also commented out some other lines that seemed tobe used for ablation runs:
ray_dirs_fake
toNone
hereI am guessing that these were all for ablation studies?
The final error I am getting is this (I included the stdout from the program, and obfuscated the directory structure in the errors):
I am hoping it is just a versioning issue, but I am not sure.
This is very cool work and I would love to get it working! I would also echo and ask if there is a pretrained model floating around some where that I (and others) could take a look at!
Thanks!!
The text was updated successfully, but these errors were encountered: