TensoRF icon indicating copy to clipboard operation
TensoRF copied to clipboard

"Out of memory: Killed process" when I trained the Tank&Template dataset.

Open honey-zhao opened this issue 3 years ago • 2 comments
trafficstars

Hello! For NeRF and NVSF datasets I can train normally, but when I do Tank&Template training, it keeps reporting killed, and by checking the logs, I found that it is because of "out of memory". Later, by checking the memory usage through "top", I found that the memory is indeed overflowing, but the gpu memory is still largely remaining.

honey-zhao avatar Nov 02 '22 13:11 honey-zhao

Hello! I am facing a similar issue. I am using NVIDIA RTX 3090 with 32GB RAM and the system is stuck when I am using 'Truck' from 'TanksAndTemple' dataset. Reducing the batch size is also not working.

kajalsanklecha avatar Nov 22 '22 17:11 kajalsanklecha

Try to add downsample_train = 8 in ./configs/truck.txt file. This helps you train the radiance field with 1/8-size images thus saving memory.

Xzzit avatar Jan 27 '23 11:01 Xzzit