mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-09 11:32:07 +08:00
added arg docs
This commit is contained in:
@@ -29,7 +29,6 @@ except ModuleNotFoundError:
|
||||
|
||||
|
||||
def reduce_distributed_output(output, nb_gpus):
|
||||
pdb.set_trace()
|
||||
if nb_gpus <= 1:
|
||||
return output
|
||||
|
||||
|
||||
Reference in New Issue
Block a user