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:
@@ -30,7 +30,7 @@ def reduce_distributed_output(output, nb_gpus):
|
||||
return output
|
||||
|
||||
def dummy(gpu, a):
|
||||
print(gpu)
|
||||
print(a)
|
||||
|
||||
class Trainer(TrainerIO):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user