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
Hello, I encountered the problem of CUDA out of memory when running taptap. The specific questions are as follows:
torch.cuda.OutOfMemoryError: CUDA out of memory. Tried to allocate 6.14 GiB. GPU 0 has a total capacity of 23.68 GiB of which 4.12 GiB is free. Including non-PyTorch memory, this process has 19.54 GiB memory in use. Of the allocated memory 13.25 GiB is allocated by PyTorch, and 5.90 GiB 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)
0%|
I have 4 GPU on my machine NVIDIA GeForce RTX 3090. All of them have 24G memory. The table I train on is 11M ./company_bankruptcy_prediction.
The text was updated successfully, but these errors were encountered:
Hello, I encountered the problem of CUDA out of memory when running taptap. The specific questions are as follows:
torch.cuda.OutOfMemoryError: CUDA out of memory. Tried to allocate 6.14 GiB. GPU 0 has a total capacity of 23.68 GiB of which 4.12 GiB is free. Including non-PyTorch memory, this process has 19.54 GiB memory in use. Of the allocated memory 13.25 GiB is allocated by PyTorch, and 5.90 GiB 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)
0%|
I have 4 GPU on my machine NVIDIA GeForce RTX 3090. All of them have 24G memory. The table I train on is 11M ./company_bankruptcy_prediction.
The text was updated successfully, but these errors were encountered: