Skip to content

Commit 64b0fae

Browse files
Initial commit
1 parent f5ed4b9 commit 64b0fae

10 files changed

+14586
-2
lines changed

.gitignore

+8
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,11 @@ ENV/
9999

100100
# mypy
101101
.mypy_cache/
102+
103+
#exlcluding huge checkpoint files for trained models
104+
checkpoint_densenet161.pth
105+
checkpoint_vgg16.pth
106+
107+
#excluding notebooks
108+
Image Classifier Project Template.ipynb
109+
Image Classifier Project.ipynb

0 commit comments

Comments
 (0)