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
This is a really great project, we try to run the demo in our PC (NVIDIA GeForce RTX 3080 Ti).
But we encountered this error, can anyone tell me how to resolve this issue.
we have tried setting max_split_size_mb but not worked.
File "E:\projects\OcclusionFusion\model.py", line 89,in forward
feature7 = self.layer72(feature7, edge_indexes[0])
...
RuntimeError: CUDA out of memory. Tried to allocate 2.00 MiB (GPU 0; 12.00 GiB total capacity; 11.10 GiB already allocated; 0 bytes free; 11.27 GiB reserved in total by PyTorch) If reserved memory is >> allocated memory try setting max_split_size_mb to avoid fragmentation. See documentation for Memory Management and PYTORCH_CUDA_ALLOC_CONF
The text was updated successfully, but these errors were encountered:
luxious
changed the title
How to decrease memory usage?
How to reduce memory usage?
Aug 3, 2022
luxious
changed the title
How to reduce memory usage?
How to decrease memory usage?
Aug 3, 2022
Uh oh!
There was an error while loading. Please reload this page.
This is a really great project, we try to run the demo in our PC (NVIDIA GeForce RTX 3080 Ti).
But we encountered this error, can anyone tell me how to resolve this issue.
we have tried setting max_split_size_mb but not worked.
The text was updated successfully, but these errors were encountered: