We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e3484a commit 7b70f64Copy full SHA for 7b70f64
computer_vision/image_classification_example_mnist_cnn.py
@@ -10,6 +10,8 @@
10
@author: Dipu Kabir
11
"""
12
13
+! pip install torch
14
+
15
import torch
16
import torchvision
17
import torch.nn as nn
0 commit comments