rm useless

pull/27/head
pangjm 2018-12-19 13:39:31 +08:00
parent ecce857270
commit de70fe5cb0
1 changed files with 0 additions and 3 deletions

View File

@ -262,9 +262,6 @@ class Runner(object):
self.call_hook('after_train_iter')
self._iter += 1
print('**max cached: {}\n'.format(torch.cuda.max_memory_cached()))
print('**max allocated: {}\n'.format(torch.cuda.max_memory_allocated()))
self.call_hook('after_train_epoch')
self._epoch += 1