Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4ea9ef4

Browse files
authored
Fixed static image links
Several image links pointed to the wrong images.
1 parent 196cc74 commit 4ea9ef4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

intermediate_source/tensorboard_tutorial.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ structures. Let's visualize the model we built.
182182
Now upon refreshing TensorBoard you should see a "Graphs" tab that
183183
looks like this:
184184

185-
.. image:: ../../_static/img/tensorboard_first_view.png
185+
.. image:: ../../_static/img/tensorboard_model_viz.png
186186

187187
Go ahead and double click on "Net" to see it expand, seeing a
188188
detailed view of the individual operations that make up the model.
@@ -394,9 +394,9 @@ curves for each class. Go ahead and poke around; you'll see that on
394394
some classes the model has nearly 100% "area under the curve",
395395
whereas on others this area is lower:
396396

397-
.. image:: ../../_static/img/tensorboard_images.png
397+
.. image:: ../../_static/img/tensorboard_pr_curves.png
398398

399399
And that's an intro to TensorBoard and PyTorch's integration with it.
400400
Of course, you could do everything TensorBoard does in your Jupyter
401401
Notebook, but with TensorBoard, you gets visuals that are interactive
402-
by default.
402+
by default.

0 commit comments

Comments
 (0)