nerfacc icon indicating copy to clipboard operation
nerfacc copied to clipboard

about the gpu memory

Open WBS111 opened this issue 2 years ago • 0 comments

When I was debugging the code, I found a problem: by modifying target_sample_batch_size, init_batch_size, render_step_size does not change the GPU memory footprint, only by modifying the network size, such as lowering net_depth, net_width will the GPU memory footprint be reduced. Why does lowering the batch size not lead to a reduction in GPU memory usage?

WBS111 avatar Jun 20 '23 08:06 WBS111