Deployed 9759810 with MkDocs version: 1.6.1
This commit is contained in:
parent
281bae4df2
commit
1d2a68dc54
21 changed files with 128 additions and 32 deletions
|
|
@ -1267,7 +1267,7 @@
|
|||
<p>All runs are recorded locally in the <code>runs/</code> directory (or the directory specified in <code>experiment.base_run_dir</code>). You can view scalars and other metrics with TensorBoard:</p>
|
||||
<div class="highlight"><pre><span></span><code>tensorboard<span class="w"> </span>--logdir<span class="w"> </span>runs/
|
||||
</code></pre></div>
|
||||
<p>Access the interface at <code>http://localhost:6006</code>.</p>
|
||||
<p>Access the interface at <a href="http://localhost:6006">http://localhost:6006</a>.</p>
|
||||
<h3 id="cli-exploration-tool">CLI Exploration Tool</h3>
|
||||
<p>For quick diagnostics or to export data to CSV without launching the full TensorBoard UI, you can use the <code>explore_tensorboard.py</code> script:</p>
|
||||
<div class="highlight"><pre><span></span><code>uv<span class="w"> </span>run<span class="w"> </span>python<span class="w"> </span>scripts/analysis/explore_tensorboard.py<span class="w"> </span>runs/your_run_name/
|
||||
|
|
@ -1327,6 +1327,10 @@
|
|||
|
||||
<script src="../../assets/javascripts/bundle.79ae519e.min.js"></script>
|
||||
|
||||
<script src="../../javascripts/mathjax.js"></script>
|
||||
|
||||
<script src="https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js"></script>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in a new issue