You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/tutorial_notebooks/tutorial1/Lisa_Cluster.ipynb
+17-2
Original file line number
Diff line number
Diff line change
@@ -376,11 +376,26 @@
376
376
"--seed 45 --learning_rate 1e-2\n",
377
377
"```"
378
378
]
379
+
},
380
+
{
381
+
"cell_type": "markdown",
382
+
"metadata": {},
383
+
"source": [
384
+
"### Additional partitions\n",
385
+
"\n",
386
+
"During the Master's program at the University of Amsterdam, you will likely gain accounts for Lisa during other courses as well, as well as during your Master thesis (if performed at university). In this case, you can get access to partitions besides `gpu_shared_course` allowing you to run more computationally heavy experiments. A full list of partitions can be found [here](https://servicedesk.surf.nl/wiki/display/WIKI/Lisa+usage+and+accounting). Besides the nodes with the GeForce 1080Ti GPUs, the most commonly used partition for DL experiments is called `gpu_titanrtx` which has nodes with the following config: \n",
"The Titan RTX are faster and provide more GPU memory than the 1080Ti's. However, these nodes cost more than twice as many credits (91.2 vs 42.1 for full node per hour, see [accounting](https://servicedesk.surf.nl/wiki/display/WIKI/Lisa+usage+and+accounting)), so use them only if needed. Furthermore, in many cases, you do not need a full node and might only need a single GPU. Similar to the course partition, there exist `gpu_titanrtx_shared` and `gpu_shared` which allow you access to partial node uses, like 1 or 2 GPUs. "
0 commit comments