File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
183183looks like this:
184184
185- .. image :: ../../_static/img/tensorboard_first_view .png
185+ .. image :: ../../_static/img/tensorboard_model_viz .png
186186
187187Go ahead and double click on "Net" to see it expand, seeing a
188188detailed 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
394394some classes the model has nearly 100% "area under the curve",
395395whereas on others this area is lower:
396396
397- .. image :: ../../_static/img/tensorboard_images .png
397+ .. image :: ../../_static/img/tensorboard_pr_curves .png
398398
399399And that's an intro to TensorBoard and PyTorch's integration with it.
400400Of course, you could do everything TensorBoard does in your Jupyter
401401Notebook, but with TensorBoard, you gets visuals that are interactive
402- by default.
402+ by default.
You can’t perform that action at this time.
0 commit comments