RuntimeError: CUDA out of memory
1) batch size를 줄인다 128->64->32... 2)
import torch, gc gc.collect() torch.cuda.empty_cache()
3) (우분투 이용시 가장 효과가 좋았던...) 커널 종료 후 다시 실행 --> 미처 종료되지 않았던 python들이 종료되는듯?