barbararoessle/dense_depth_priors_nerf

I encountered the error while Optimizing NeRF with Dense Depth Priors

Opened this issue · 1 comments

Hi, thanks for your code!
While Optimizing,it shows RuntimeError. cUDA is out of memory. Is there any way to reduce the required memory.

Hi, you can reduce netchunk_per_gpu. If that is not enough, you could reduce the batch size, however this may also require adapting the learning rate.