mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-26 14:11:01 +08:00
added single node distdataparallel
This commit is contained in:
@@ -101,6 +101,7 @@ def main(hparams, cluster, results_dict):
|
||||
checkpoint_callback=checkpoint,
|
||||
early_stop_callback=early_stop,
|
||||
gpus=gpu_list,
|
||||
nb_gpu_nodes=1
|
||||
)
|
||||
|
||||
# train model
|
||||
|
||||
Reference in New Issue
Block a user