You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Q5: PyTorch/TensorFlow on CIFAR-10](#q5-pytorchtensorflow-on-cifar-10)
18
+
-[Q5: PyTorch on CIFAR-10](#q5-pytorch-on-cifar-10)
19
19
-[Q6: Network Visualization: Saliency Maps, Class Visualization, and Fooling Images](#q6-network-visualization-saliency-maps-class-visualization-and-fooling-images)
20
20
-[Submitting your work](#submitting-your-work)
21
21
@@ -62,11 +62,11 @@ The notebook `Dropout.ipynb` will help you implement dropout and explore its eff
62
62
63
63
In the notebook `ConvolutionalNetworks.ipynb` you will implement several new layers that are commonly used in convolutional networks.
64
64
65
-
### Q5: PyTorch/TensorFlow on CIFAR-10
65
+
### Q5: PyTorch on CIFAR-10
66
66
67
-
For this part, you will be working in either TensorFlow or PyTorch, two popular and powerful deep learning frameworks. **You only need to complete ONE of these two notebooks.** While you are welcome to explore both for your own learning, there will be no extra credit.
67
+
For this part, you will be working with PyTorch, a popular and powerful deep learning framework.
68
68
69
-
Open up either `PyTorch.ipynb` or `TensorFlow.ipynb`. There, you will learn how the framework works, culminating in training a convolutional network of your own design on CIFAR-10 to get the best performance you can.
69
+
Open up `PyTorch.ipynb`. There, you will learn how the framework works, culminating in training a convolutional network of your own design on CIFAR-10 to get the best performance you can.
70
70
71
71
### Q6: Network Visualization: Saliency Maps, Class Visualization, and Fooling Images
0 commit comments