mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-10 12:21:57 +08:00
added single node distdataparallel
This commit is contained in:
@@ -293,6 +293,7 @@ class Trainer(TrainerIO):
|
||||
""" This is called before pickling. """
|
||||
state = self.__dict__.copy()
|
||||
del state['cluster']
|
||||
del state['experiment']
|
||||
return state
|
||||
|
||||
def __dp_train(self, gpu_nb, proc_rank):
|
||||
|
||||
Reference in New Issue
Block a user