-
Notifications
You must be signed in to change notification settings - Fork 53
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
_hash_encoder Error while trying to train #96
Comments
Hi, it seems like 1070 is not on this list here https://github.com/cvg/nicer-slam/blob/main/code/hashencoder/backend.py#L10-L26. Maybe you need to change it. |
Thank you for your reply, I managed to fix that problem, but when I try to train network I get an out of memory error. It is mentioned in the readme file that we should lower the batch size since I only have a 8 Go GPU batch_size=1 I also tried changing 'batch_size = ground_truth["rgb"].shape[0]' in Line 285 of file volsdf_train.py but without success, this is the full error.
|
similar problem: /root/miniconda3/envs/monosdf/lib/python3.8/site-packages/torch/include/ATen/ATen.h:4:2: error: #error C++17 or later compatible compiler is required to use ATen. [rank0]: The above exception was the direct cause of the following exception: [rank0]: Traceback (most recent call last): |
First of all thank you for your work. I am trying to run nicer-slam and having difficulty doing so they use the implementation of monosdf :
I get this error :
and this is the call stack :
also for the configuration of gcc, cuda, cudnn :
I have tried the suggestion from Issue #19 but with no success sadly.
would you be able to help ?
The text was updated successfully, but these errors were encountered: