You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to observe the effect on my own computer, and I downloaded the logo from pre train. However, I encountered a bug while running the sentence "run nerf. py -- config configs/lego. txt -- rended_only" in Python :
torch.cuda.OutOfMemoryError: CUDA out of memory. Tried to allocate 2.11 GiB. GPU 0 has a total capacity of 3.81 GiB of which 664.00 MiB is free. Including non-PyTorch memory, this process has 3.15 GiB memory in use. Of the allocated memory 2.41 GiB is allocated by PyTorch, and 654.21 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables)
please help me thanks !!!
The text was updated successfully, but these errors were encountered:
just delete the pycache folder before running the code that might be pre generated from the failed previous training and then restart the render_only command, this should work unless you have very low gpu memory.
I want to observe the effect on my own computer, and I downloaded the logo from pre train. However, I encountered a bug while running the sentence "run nerf. py -- config configs/lego. txt -- rended_only" in Python :
torch.cuda.OutOfMemoryError: CUDA out of memory. Tried to allocate 2.11 GiB. GPU 0 has a total capacity of 3.81 GiB of which 664.00 MiB is free. Including non-PyTorch memory, this process has 3.15 GiB memory in use. Of the allocated memory 2.41 GiB is allocated by PyTorch, and 654.21 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables)
please help me thanks !!!
The text was updated successfully, but these errors were encountered: