mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-09 11:32:07 +08:00
Update multi_node_own_slurm_script.py
This commit is contained in:
@@ -41,7 +41,7 @@ def main(hparams):
|
||||
# ------------------------
|
||||
trainer = Trainer(
|
||||
experiment=exp,
|
||||
gpus=[0, 1, 2, 3, 4, 5, 6, 7],
|
||||
gpus=8,
|
||||
nb_gpu_nodes=2
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user