-
Hi, Thanks for sharing this great work. I'm trying to run the samples on smaller gpu: GTX1060 6Gb.
Is it still possible to run this example with some modified parameters for gpu's with lower memory, or should I give up? Small note: |
Beta Was this translation helpful? Give feedback.
Replies: 12 comments 12 replies
-
Hi there, you might be able to further squeeze down the memory usage by reducing the resolution Regarding |
Beta Was this translation helpful? Give feedback.
-
When building I get:
Maybe it's a wrong dependency problem, instead of the hardware not supporting it: Running following command still gives me the same error: But reducing the amount of photo's to 20, makes it possible to run it. |
Beta Was this translation helpful? Give feedback.
-
I just got the same error, running on a GTX 1080. edit: I forgot to add, that adding |
Beta Was this translation helpful? Give feedback.
-
I'm also getting the same error regarding atomicAdd (Running on a GTX 1080 TI) |
Beta Was this translation helpful? Give feedback.
-
What are the VRAM requirements for the provided examples after all? |
Beta Was this translation helpful? Give feedback.
-
The VRAM requirements vary with architecture, older GPUs unfortunately requiring more RAM due to needing fp32 for efficiency and not being able to run fully fused neural networks. In general, it seems that 8 GB are enough to run |
Beta Was this translation helpful? Give feedback.
-
Same problem here
|
Beta Was this translation helpful? Give feedback.
-
Same error here CUDA_ERROR_OUT_OF_MEMORY, Could not free memory: CUDA_ERROR_INVALID_VALUE. I tried to remove all but two images to create a minimal setup, still fails. Thu Apr 7 15:57:53 2022 +-----------------------------------------------------------------------------+ |
Beta Was this translation helpful? Give feedback.
-
Hey, thank you for your great work! |
Beta Was this translation helpful? Give feedback.
-
I'm getting the same error when I try to run "G:\NERF\instant-ngp>build\testbed.exe --scene data/toy_truck --width 10 --height 10"
|
Beta Was this translation helpful? Give feedback.
-
let me add my GPU too, with same issue. GTX970. but its kinda in supported list. it showing architecture 52.. |
Beta Was this translation helpful? Give feedback.
-
The same error occurred on the GTX1650 with 4GB. I reduced the number of images to two, but still reported this error.17:07:49 SUCCESS Initialized OpenGL version 4.6.0 NVIDIA 516.94 |
Beta Was this translation helpful? Give feedback.
When building I get: