example
Browse files- .gitattributes +1 -0
- README.md +9 -0
- example.ipynb +3 -0
.gitattributes
CHANGED
|
@@ -36,3 +36,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 36 |
images/.ipynb_checkpoints/Misclassified_pictures-checkpoint.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
images/Misclassified_pictures.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
images/Well-classified_pictures.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 36 |
images/.ipynb_checkpoints/Misclassified_pictures-checkpoint.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
images/Misclassified_pictures.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
images/Well-classified_pictures.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
example.ipynb filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -85,6 +85,15 @@ class Net(nn.Module):
|
|
| 85 |
return out
|
| 86 |
|
| 87 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 88 |
|
| 89 |
## 📈 Training & Validation Loss
|
| 90 |
|
|
|
|
| 85 |
return out
|
| 86 |
|
| 87 |
```
|
| 88 |
+
## Example Notebook
|
| 89 |
+
|
| 90 |
+
We provide an example notebook that demonstrates how to train the model:
|
| 91 |
+
|
| 92 |
+
[Open the example notebook](./example.ipynb)
|
| 93 |
+
|
| 94 |
+
This notebook is intended as a starting point for experimentation and helps you quickly see how to use the dataset in practice.
|
| 95 |
+
|
| 96 |
+
Accuracy is 0.9728
|
| 97 |
|
| 98 |
## 📈 Training & Validation Loss
|
| 99 |
|
example.ipynb
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:76fcffe1ad1f2c2dd7c71ee8cd4809654386d81812866fdac0d9497557142659
|
| 3 |
+
size 147261
|