Spaces:
Running
Running
embed predict_memory (#47)
Browse files
assets/images/predict_memory_tool.png
ADDED
![]() |
Git LFS Details
|
assets/images/profile_trace_annotated.png
CHANGED
![]() |
Git LFS Details
|
![]() |
Git LFS Details
|
dist/assets/images/predict_memory_tool.png
ADDED
![]() |
Git LFS Details
|
dist/index.html
CHANGED
@@ -226,19 +226,12 @@
|
|
226 |
</div>
|
227 |
<p>(Don't worry if you have no idea what's happening in this widget. That's why we're here.)</p>
|
228 |
|
229 |
-
<p>While this widget gives a theoretical breakdown the following tool can be used to predict the memory usage:</p>
|
230 |
-
|
231 |
-
|
232 |
-
<
|
233 |
-
|
234 |
-
|
235 |
-
</li>
|
236 |
-
<li>
|
237 |
-
<p>
|
238 |
-
<a href="https://pytorch.org/docs/stable/torch_cuda_memory.html">torch_cuda_memory</a>
|
239 |
-
</p>
|
240 |
-
</li>
|
241 |
-
</ul>
|
242 |
|
243 |
<p><strong>Clear code implementations:</strong> theory is one thing, but we discover all kinds of edge cases and important details when we implement something. That’s why we link to implementation references where possible. Depending on the case, we’ll use two code references:</p>
|
244 |
|
|
|
226 |
</div>
|
227 |
<p>(Don't worry if you have no idea what's happening in this widget. That's why we're here.)</p>
|
228 |
|
229 |
+
<p>While this widget gives a theoretical breakdown we also made the <a href="https://huggingface.co/spaces/nanotron/predict_memory">following tool</a> that can be used to predict the memory usage during a training run:</p>
|
230 |
+
|
231 |
+
<a href="https://huggingface.co/spaces/nanotron/predict_memory">
|
232 |
+
<img src="/assets/images/predict_memory_tool.png" alt="Predict Memory Tool" />
|
233 |
+
</a>
|
234 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
235 |
|
236 |
<p><strong>Clear code implementations:</strong> theory is one thing, but we discover all kinds of edge cases and important details when we implement something. That’s why we link to implementation references where possible. Depending on the case, we’ll use two code references:</p>
|
237 |
|
src/index.html
CHANGED
@@ -226,19 +226,12 @@
|
|
226 |
</div>
|
227 |
<p>(Don't worry if you have no idea what's happening in this widget. That's why we're here.)</p>
|
228 |
|
229 |
-
<p>While this widget gives a theoretical breakdown the following tool can be used to predict the memory usage:</p>
|
230 |
-
|
231 |
-
|
232 |
-
<
|
233 |
-
|
234 |
-
|
235 |
-
</li>
|
236 |
-
<li>
|
237 |
-
<p>
|
238 |
-
<a href="https://pytorch.org/docs/stable/torch_cuda_memory.html">torch_cuda_memory</a>
|
239 |
-
</p>
|
240 |
-
</li>
|
241 |
-
</ul>
|
242 |
|
243 |
<p><strong>Clear code implementations:</strong> theory is one thing, but we discover all kinds of edge cases and important details when we implement something. That’s why we link to implementation references where possible. Depending on the case, we’ll use two code references:</p>
|
244 |
|
|
|
226 |
</div>
|
227 |
<p>(Don't worry if you have no idea what's happening in this widget. That's why we're here.)</p>
|
228 |
|
229 |
+
<p>While this widget gives a theoretical breakdown we also made the <a href="https://huggingface.co/spaces/nanotron/predict_memory">following tool</a> that can be used to predict the memory usage during a training run:</p>
|
230 |
+
|
231 |
+
<a href="https://huggingface.co/spaces/nanotron/predict_memory">
|
232 |
+
<img src="/assets/images/predict_memory_tool.png" alt="Predict Memory Tool" />
|
233 |
+
</a>
|
234 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
235 |
|
236 |
<p><strong>Clear code implementations:</strong> theory is one thing, but we discover all kinds of edge cases and important details when we implement something. That’s why we link to implementation references where possible. Depending on the case, we’ll use two code references:</p>
|
237 |
|