Skip to content

Commit f7a1850

Browse files
committedFeb 21, 2023
Guide 2: Fixing further links
1 parent 251194e commit f7a1850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/tutorial_notebooks/guide2/Research_Projects.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
"source": [
129129
"#### PyTorch Lightning\n",
130130
"\n",
131-
"Writing the job arrays can be sometimes annoying, and hence it is adviced to write a script that can automatically generate the hyperparameter files if you have to do this often enough (for instance, by adding the seed parameter 4 times to each other hyperparam config). However, if you are using PyTorch Lightning, you can directly create a job array file. The documentation for this can be found [here](https://pytorch-lightning.readthedocs.io/en/latest/common/slurm.html#building-slurm-scripts)."
131+
"Writing the job arrays can be sometimes annoying, and hence it is adviced to write a script that can automatically generate the hyperparameter files if you have to do this often enough (for instance, by adding the seed parameter 4 times to each other hyperparam config). However, if you are using PyTorch Lightning, you can directly create a job array file. The documentation for this can be found [here](https://pytorch-lightning.readthedocs.io/en/latest/fabric/guide/multi_node/slurm.html?highlight=slurm)."
132132
]
133133
},
134134
{

0 commit comments

Comments
 (0)
Please sign in to comment.