Classification Models
Browse files- .gitattributes +3 -0
- CNN_Fashion_MNIST.keras +3 -0
- VGG16_Fashion_MNIST.keras +3 -0
- Xception_Fashion_MNIST.keras +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
CNN_Fashion_MNIST.keras filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
VGG16_Fashion_MNIST.keras filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Xception_Fashion_MNIST.keras filter=lfs diff=lfs merge=lfs -text
|
CNN_Fashion_MNIST.keras
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8a0816217fe22300512bb4caccb08c73307bfc30eeb6656a46ca7730acdcddf1
|
| 3 |
+
size 1498175
|
VGG16_Fashion_MNIST.keras
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ccf100dfd14176847058a25a368778e475d9427ca5224ccb90425c6647453837
|
| 3 |
+
size 183780794
|
Xception_Fashion_MNIST.keras
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:01e5debf59d4ed3b119e5b0356775ec14ecfee6392437bf81f0485131641003c
|
| 3 |
+
size 278849730
|