ciplab-NTIRE-2020
ciplab-NTIRE-2020 copied to clipboard
Training problem
I use a small data set and the running memory is large enough. Why does it show that the running memory is insufficient? RuntimeError: CUDA out of memory. Tried to allocate 384.00 MiB (GPU 0; 31.75 GiB total capacity; 30.61 GiB already allocated; 65.19 MiB free; 21.09 MiB cached)
By the way, can your network architecture be enlarged by 2x, 4x, 8x?
I'm not sure about the GPU Memory. You need to provide more information. E.g. configuration.
Yes you can edit UPSCALE
on https://github.com/kingsj0405/ciplab-NTIRE-2020/blob/master/train.py#L25
I'm not sure about the GPU Memory. You need to provide more information. E.g. configuration.
Yes you can edit
UPSCALE
on https://github.com/kingsj0405/ciplab-NTIRE-2020/blob/master/train.py#L25
my GPU Memory has 32510MiB, but the error is RuntimeError: CUDA out of memory. Tried to allocate 432.00 MiB (GPU 0; 31.75 GiB total capacity; 30.21 GiB already allocated; 304.69 MiB free; 30.23 GiB reserved in total by PyTorch).