Add model
Browse files- .gitattributes +1 -0
- README.md +41 -0
- keras_metadata.pb +3 -0
- model.png +0 -0
- saved_model.pb +3 -0
- variables/variables.data-00000-of-00001 +3 -0
- variables/variables.index +0 -0
.gitattributes
CHANGED
|
@@ -26,3 +26,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 26 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 27 |
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
| 28 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 26 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 27 |
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
| 28 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: keras
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
## Model description
|
| 6 |
+
|
| 7 |
+
More information needed
|
| 8 |
+
|
| 9 |
+
## Intended uses & limitations
|
| 10 |
+
|
| 11 |
+
More information needed
|
| 12 |
+
|
| 13 |
+
## Training and evaluation data
|
| 14 |
+
|
| 15 |
+
More information needed
|
| 16 |
+
|
| 17 |
+
## Training procedure
|
| 18 |
+
|
| 19 |
+
### Training hyperparameters
|
| 20 |
+
|
| 21 |
+
The following hyperparameters were used during training:
|
| 22 |
+
- optimizer: {'name': 'RMSprop', 'learning_rate': 0.001, 'decay': 0.0, 'rho': 0.9, 'momentum': 0.0, 'epsilon': 1e-07, 'centered': False}
|
| 23 |
+
- training_precision: float32
|
| 24 |
+
|
| 25 |
+
## Training Metrics
|
| 26 |
+
|
| 27 |
+
| Epochs | Train Loss | Train Accuracy | Validation Loss | Validation Accuracy |
|
| 28 |
+
|--- |--- |--- |--- |--- |
|
| 29 |
+
| 1| 2.157| 0.289| 1.828| 0.371|
|
| 30 |
+
| 2| 1.795| 0.388| 1.746| 0.409|
|
| 31 |
+
| 3| 1.639| 0.436| 1.597| 0.43|
|
| 32 |
+
| 4| 1.523| 0.471| 1.54| 0.463|
|
| 33 |
+
| 5| 1.427| 0.503| 1.485| 0.479|
|
| 34 |
+
## Model Plot
|
| 35 |
+
|
| 36 |
+
<details>
|
| 37 |
+
<summary>View Model Plot</summary>
|
| 38 |
+
|
| 39 |
+

|
| 40 |
+
|
| 41 |
+
</details>
|
keras_metadata.pb
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b2f9c3c7244ed6251aaeab5b696f6286220b7c534916f69674aa6621adef798
|
| 3 |
+
size 47982
|
model.png
ADDED
|
saved_model.pb
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:00965a588c61160d6d6ee27e79f4ad56b219703bfaa5f1f39f016c8c3e965fb5
|
| 3 |
+
size 1571296
|
variables/variables.data-00000-of-00001
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cce7644d7f83a6f9157e7457a89a4bdca56d314ee5ad89f339cf636aef894e34
|
| 3 |
+
size 79874123
|
variables/variables.index
ADDED
|
Binary file (3.2 kB). View file
|
|
|