Update multi_node_own_slurm_script.py
This commit is contained in:
parent
3393086cb6
commit
cbc619afa1
|
@ -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
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue