Epoch: [1/40] learning rate: 1.00e-03
...
RuntimeError: CUDA out of memory. Tried to allocate 6.68 GiB (GPU 0; 5.79 GiB total capacity; 3.25 GiB already allocated; 535.38 MiB free; 3.26 GiB reserved in total by PyTorch)`
Is there any way to limit the memory usage, or have a smaller test set?
Trying to run the training, but before a single epoch is finished, getting a RuntimeError:
`TTNet-Real-time-Analysis-System-for-Table-Tennis-Pytorch/src$ python main.py --gpu_idx 0 ...
Is there any way to limit the memory usage, or have a smaller test set?