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:
@@ -292,7 +292,6 @@ class Trainer(TrainerIO):
|
||||
def __getstate__(self):
|
||||
""" This is called before pickling. """
|
||||
state = self.__dict__.copy()
|
||||
del state['namelist']
|
||||
return {}
|
||||
|
||||
def __dp_train(self, gpu_nb, proc_rank):
|
||||
|
||||
Reference in New Issue
Block a user