mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-11 12:31:23 +08:00
added single node distdataparallel
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user