SACN
SACN copied to clipboard
when training the SACN on WN18RR, CUDA is our of memory(The batch size is 64)
try torch.cuda.empty_cache()
after every batch may help free about 2GB memory(in my experiment).
@maqy1995 Thanks for your help to response this question.