Olá pessoal.
Estou fazendo uma CNN pelo Pytorch utilizando a GPU(CUDA), mas na hora do treino ele alega que o CUDA não consegue alocar toda a memória disponível. O erro é o seguinte:
OutOfMemoryError: CUDA out of memory. Tried to allocate 9.57 GiB (GPU 0; 15.78 GiB total capacity; 9.64 GiB already allocated; 5.00 GiB free; 9.66 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
Sendo que tenho 64 GB de GPU para rodar, são 4 placas de vídeo de 16 GB cada. Como faria para contornar esse erro?