Skip to content

Commit d5bca7d

Browse files
author
Ubuntu
committed
Add TensorBoard tutorial
1 parent 086a39a commit d5bca7d

11 files changed

+420
-13
lines changed

_static/img/tensorboard_figure.png

156 KB
Loading
105 KB
Loading

_static/img/tensorboard_images.png

203 KB
Loading
103 KB
Loading
246 KB
Loading
213 KB
Loading
124 KB
Loading
171 KB
Loading

index.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ Getting Started
6060

6161
.. .. galleryitem:: beginner/saving_loading_models.py
6262
63+
.. customgalleryitem::
64+
:figure: /_static/img/thumbnails/pytorch_tensorboard.png
65+
:tooltip: Learn to use TensorBoard to visualize data and model training
66+
:description: :doc:`intermediate/tensorboard_tutorial`
67+
6368
.. customgalleryitem::
6469
:figure: /_static/img/torch.nn.png
6570
:tooltip: Use torch.nn to create and train a neural network
@@ -144,11 +149,6 @@ Text
144149
.. galleryitem:: intermediate/seq2seq_translation_tutorial.py
145150
:figure: _static/img/seq2seq_flat.png
146151

147-
.. customgalleryitem::
148-
:tooltip: Sentiment Ngrams with Torchtext
149-
:figure: /_static/img/text_sentiment_ngrams_model.png
150-
:description: :doc:`/beginner/text_sentiment_ngrams_tutorial`
151-
152152
.. raw:: html
153153

154154
<div style='clear:both'></div>
@@ -271,6 +271,7 @@ PyTorch in Other Languages
271271
beginner/pytorch_with_examples
272272
beginner/transfer_learning_tutorial
273273
beginner/deploy_seq2seq_hybrid_frontend_tutorial
274+
intermediate/tensorboard_tutorial
274275
beginner/saving_loading_models
275276
beginner/nn_tutorial
276277

@@ -304,7 +305,6 @@ PyTorch in Other Languages
304305
intermediate/char_rnn_classification_tutorial
305306
beginner/deep_learning_nlp_tutorial
306307
intermediate/seq2seq_translation_tutorial
307-
beginner/text_sentiment_ngrams_tutorial
308308

309309
.. toctree::
310310
:maxdepth: 2

intermediate_source/README.txt

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,34 @@
11
Intermediate tutorials
22
----------------------
33

4-
1. char_rnn_classification_tutorial.py
4+
1. tensorboard_tutorial.py
5+
Classifying Names with a Character-Level RNN
6+
https://pytorch.org/tutorials/beginner/tensorboard_tutorial.html
7+
8+
2. char_rnn_classification_tutorial.py
59
Classifying Names with a Character-Level RNN
610
https://pytorch.org/tutorials/intermediate/char_rnn_classification_tutorial.html
711

8-
2. char_rnn_generation_tutorial.py
12+
3. char_rnn_generation_tutorial.py
913
Generating Names with a Character-Level RNN
1014
https://pytorch.org/tutorials/intermediate/char_rnn_generation_tutorial.html
1115

12-
3. seq2seq_translation_tutorial.py
16+
4. seq2seq_translation_tutorial.py
1317
Translation with a Sequence to Sequence Network and Attention
1418
https://pytorch.org/tutorials/intermediate/seq2seq_translation_tutorial.html
1519

16-
4. reinforcement_q_learning.py
20+
5. reinforcement_q_learning.py
1721
Reinforcement Learning (DQN) Tutorial
1822
https://pytorch.org/tutorials/intermediate/reinforcement_q_learning.html
1923

20-
5. dist_tuto.rst
24+
6. dist_tuto.rst
2125
Writing Distributed Applications with PyTorch
2226
https://pytorch.org/tutorials/intermediate/dist_tuto.html
2327

24-
6. spatial_transformer_tutorial
28+
7. spatial_transformer_tutorial
2529
Spatial Transformer Networks Tutorial
2630
https://pytorch.org/tutorials/intermediate/spatial_transformer_tutorial.html
2731

28-
7. flask_rest_api_tutorial.py
32+
8. flask_rest_api_tutorial.py
2933
Deploying PyTorch and Building a REST API using Flask
3034
https://pytorch.org/tutorials/beginner/flask_rest_api_tutorial.html

0 commit comments

Comments
 (0)