Skip to content

Commit 146faf4

Browse files
tejasviBorda
andauthored
* Typo * Update docs/source/performance.rst Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
1 parent 92d6abc commit 146faf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/source/performance.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ some references, [`1 <https://discuss.pytorch.org/t/guidelines-for-assigning-num
2424

2525
.. warning:: Increasing num_workers will ALSO increase your CPU memory consumption.
2626

27-
The best thing to do is to increase the nun_workers slowly and stop once you see no more improvement in your training speed.
27+
The best thing to do is to increase the `num_workers` slowly and stop once you see no more improvement in your training speed.
2828

2929
Spawn
3030
^^^^^
@@ -94,4 +94,4 @@ However, know that 16-bit and multi-processing (any DDP) can have issues. Here a
9494
# will see what the error is
9595
CUDA_LAUNCH_BLOCKING=1 python main.py
9696
97-
We also recommend using 16-bit native found in PyTorch 1.6. Just install this version and Lightning will automatically use it.
97+
We also recommend using 16-bit native found in PyTorch 1.6. Just install this version and Lightning will automatically use it.

0 commit comments

Comments
 (0)