added single node distdataparallel

This commit is contained in:
William Falcon 2019-07-03 15:25:56 -04:00
parent 970d1609e1
commit 09ed6904c2
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ class Trainer(TrainerIO):
def __getstate__(self):
""" This is called before pickling. """
state = self.__dict__.copy()
del state['cluster']
# del state['cluster']
del state['experiment']
return state