Created
April 27, 2019 10:20
-
-
Save philip-bl/752c3dc04e2ee09c59bd828741c5057d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def free_cuda_memory(): | |
import gc | |
gc.collect() | |
torch.cuda.empty_cache() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment