Always getting CUDA out of memory
Command used: CUDA_VISIBLE_DEVICES=0,1,2,3,4 python main.py
even i tried to see if it works with bs=1, but no success
self.padding, self.dilation, self.groups)
RuntimeError: CUDA out of memory. Tried to allocate 2.00 MiB (GPU 0; 47.54 GiB total capacity; 194.45 MiB already allocated; 4.88 MiB free; 686.00 MiB 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
Always getting CUDA out of memory Command used: CUDA_VISIBLE_DEVICES=0,1,2,3,4 python main.py even i tried to see if it works with bs=1, but no success self.padding, self.dilation, self.groups) RuntimeError: CUDA out of memory. Tried to allocate 2.00 MiB (GPU 0; 47.54 GiB total capacity; 194.45 MiB already allocated; 4.88 MiB free; 686.00 MiB 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