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
72
72
@@ -91,4 +91,4 @@ If your submission for this step was successful, you should see the following di
91
91
92
92
**2.** Submit the PDF and the zip file to [Gradescope](https://www.gradescope.com/courses/379571).
93
93
94
-
Remember to download `a2_code_submission.zip` and `a2_inline_submission.pdf` locally before submitting to Gradescope.
94
+
Remember to download `a2_code_submission.zip` and `a2_inline_submission.pdf` locally before submitting to Gradescope.
0 commit comments