Skip to content

Commit

Permalink
fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
mcw92 committed Mar 13, 2024
1 parent b7106ef commit 6dadbfa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/tut_multi_rank_worker.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _tut_propulator:
.. _tut_multi_rank_worker:

Using Propulate with Multi-Rank Workers
=======================================
Expand All @@ -8,7 +8,7 @@ Using Propulate with Multi-Rank Workers
https://github.com/Helmholtz-AI-Energy/propulate/blob/master/tutorials/multi_rank_workers_example.py

In addition to the already explained functionality, ``Propulate`` enables using multi-rank workers for an internally
parallelized evaluation of the loss function. This is useful, e.g., for data-parallel training of neural networks,
where each individual network is trained on multiple GPUs.
parallelized evaluation of the loss function. This is useful for, e.g., data-parallel training of neural networks during
the hyperparameter optimization, where each individual network is trained on multiple GPUs.

A more detailed explanation of the tutorial will be available soon.
A more detailed explanation of the tutorial will be available soon |:rocket:|.

0 comments on commit 6dadbfa

Please sign in to comment.