fast.ai Course Forums
How could I release gpu memory of keras
Part 1 (2017)
jeff
March 19, 2017, 1:28am
4
Try
del model
That should immediately remove the model variable from memory.
show post in topic