Skip to content

Commit fc9086e

Browse files
committed
Remove the redundant instruction
1 parent 1d18468 commit fc9086e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

assignments/2022/assignment1.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,6 @@ In this assignment you will practice putting together a simple image classificat
4242
- Understand the differences and tradeoffs between these classifiers.
4343
- Get a basic understanding of performance improvements from using **higher-level representations** as opposed to raw pixels, e.g. color histograms, Histogram of Gradient (HOG) features, etc.
4444

45-
### Download data:
46-
Once you have the starter code, you will need to download the CIFAR-10 dataset.
47-
Run the following from the `assignment1` directory:
48-
49-
```bash
50-
cd cs231n/datasets
51-
./get_datasets.sh
52-
```
53-
5445
### Q1: k-Nearest Neighbor classifier
5546

5647
The notebook **knn.ipynb** will walk you through implementing the kNN classifier.

0 commit comments

Comments
 (0)