Spaces:
Running
Running
Fix typo
Browse files- src/index.html +1 -1
src/index.html
CHANGED
@@ -389,7 +389,7 @@
|
|
389 |
|
390 |
<h4>Profiling the memory usage</h4>
|
391 |
|
392 |
-
<p>Using the Pytorch profiler we can understand how memory is allocated
|
393 |
|
394 |
<aside>Check out <a target="_self" href="#a1%3A_distributed_training_profiling" class="">A1: Distributed Training Profiling</a> for a walkthrough how to profile your model.</aside>
|
395 |
|
|
|
389 |
|
390 |
<h4>Profiling the memory usage</h4>
|
391 |
|
392 |
+
<p>Using the Pytorch profiler we can understand how memory is allocated throughout training. We can see that memory utilization is not a static thing but varies a lot during training and during a training step:</p>
|
393 |
|
394 |
<aside>Check out <a target="_self" href="#a1%3A_distributed_training_profiling" class="">A1: Distributed Training Profiling</a> for a walkthrough how to profile your model.</aside>
|
395 |
|