VikramSingh178's picture
commit
8af21e8
raw
history blame
85 Bytes
import gc
import torch
def flush():
gc.collect()
torch.cuda.empty_cache()