Skip to content

Commit a5f3fb7

Browse files
authored
Merge pull request #5 from github/jungaretti/add-image-classifier
Add image classifier notebook
2 parents 33ad7df + 367acac commit a5f3fb7

File tree

3 files changed

+348
-0
lines changed

3 files changed

+348
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
notebooks/data
2+
notebooks/cifar_net.pth

notebooks/image-classifier.ipynb

Lines changed: 341 additions & 0 deletions
Large diffs are not rendered by default.

requirements.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1+
ipywidgets==7.7.1
12
matplotlib
3+
numpy
24
pandas
5+
torch
6+
torchvision==0.13.1
7+
tqdm==4.64.0

0 commit comments

Comments
 (0)