#Issue with creating/training model with Gradio

1 messages · Page 1 of 1 (latest)

chrome anchor
#

When I try to create a model on Gradio, I get an error:

File "D:\RVC\RVC-beta0717\runtime\lib\site-packages\torch\optim\adamw.py", line 566, in _multi_tensor_adamw
denom = torch._foreach_add(exp_avg_sq_sqrt, eps)
torch.cuda.OutOfMemoryError: CUDA out of memory. Tried to allocate 20.00 MiB (GPU 0; 4.00 GiB total capacity; 3.36 GiB already allocated; 0 bytes free; 3.47 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

Translated with DeepL.com (free version)

azure scroll
#

try the latest RVC 1006, and what's your GPU? (GTX 1650?) have u updated the driver?

chrome anchor