added single node distdataparallel
This commit is contained in:
parent
970d1609e1
commit
09ed6904c2
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue