Skip to content

Commit 833c31f

Browse files
committed
[a2] Remove tf notebook
1 parent ed60443 commit 833c31f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

assignments/2022/assignment2.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Starter code containing Colab notebooks can be [downloaded here]({{site.hw_2_col
1515
- [Q2: Batch Normalization](#q2-batch-normalization)
1616
- [Q3: Dropout](#q3-dropout)
1717
- [Q4: Convolutional Neural Networks](#q4-convolutional-neural-networks)
18-
- [Q5: PyTorch/TensorFlow on CIFAR-10](#q5-pytorchtensorflow-on-cifar-10)
18+
- [Q5: PyTorch on CIFAR-10](#q5-pytorch-on-cifar-10)
1919
- [Q6: Network Visualization: Saliency Maps, Class Visualization, and Fooling Images](#q6-network-visualization-saliency-maps-class-visualization-and-fooling-images)
2020
- [Submitting your work](#submitting-your-work)
2121

@@ -62,11 +62,11 @@ The notebook `Dropout.ipynb` will help you implement dropout and explore its eff
6262

6363
In the notebook `ConvolutionalNetworks.ipynb` you will implement several new layers that are commonly used in convolutional networks.
6464

65-
### Q5: PyTorch/TensorFlow on CIFAR-10
65+
### Q5: PyTorch on CIFAR-10
6666

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.
6868

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.
7070

7171
### Q6: Network Visualization: Saliency Maps, Class Visualization, and Fooling Images
7272

0 commit comments

Comments
 (0)