From 093b85a112d523bda542ae976cb688bca8f7876c Mon Sep 17 00:00:00 2001 From: Jan Frenzel <jan.frenzel@tu-dresden.de> Date: Thu, 21 Oct 2021 07:36:07 +0200 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- doc.zih.tu-dresden.de/docs/software/distributed_training.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.zih.tu-dresden.de/docs/software/distributed_training.md b/doc.zih.tu-dresden.de/docs/software/distributed_training.md index d024d3e5b..b3c6733bc 100644 --- a/doc.zih.tu-dresden.de/docs/software/distributed_training.md +++ b/doc.zih.tu-dresden.de/docs/software/distributed_training.md @@ -189,7 +189,7 @@ Check the [page](https://pytorch.org/docs/stable/notes/cuda.html#cuda-nn-ddp-ins Download: [example_PyTorch_parallel.zip (4.2 KB)](misc/example_PyTorch_parallel.zip) - Remember that for using [JupyterHub service](../access/jupyterhub.md) for PyTorch you need to + Remember that for using [JupyterHub service](../access/jupyterhub.md) for PyTorch, you need to create and activate a virtual environment (kernel) with loaded essential modules. Run the example in the same way as the previous examples. -- GitLab