Skip to content

Commit 0bee138

Browse files
Added matplotlib dependency to blitz tutorial (#2366)
* Added matplotlib dependency to blitz tutorial. * Removed a modified file from pull request --------- Co-authored-by: Carl Parker <carljparker@meta.com>
1 parent d686b66 commit 0bee138

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: beginner_source/deep_learning_60min_blitz.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@ Goal of this tutorial:
2020
- Understand PyTorch’s Tensor library and neural networks at a high level.
2121
- Train a small neural network to classify images
2222

23-
To run the tutorials below, make sure you have the `torch`_ and `torchvision`_
24-
packages installed.
23+
To run the tutorials below, make sure you have the `torch`_, `torchvision`_,
24+
and `matplotlib`_ packages installed.
2525

2626
.. _torch: https://github.com/pytorch/pytorch
2727
.. _torchvision: https://github.com/pytorch/vision
28+
.. _matplotlib: https://github.com/matplotlib/matplotlib
2829

2930
.. toctree::
3031
:hidden:

0 commit comments

Comments
 (0)