Add model
Browse files- README.md +42 -0
- keras_metadata.pb +3 -0
- logs/train/events.out.tfevents.1645098839.ea6944a87c8c.145.0.v2 +3 -0
- logs/validation/events.out.tfevents.1645098841.ea6944a87c8c.145.1.v2 +3 -0
- model.png +0 -0
- saved_model.pb +3 -0
- variables/variables.data-00000-of-00001 +0 -0
- variables/variables.index +0 -0
README.md
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- object-detection
|
4 |
+
library_name: keras
|
5 |
+
---
|
6 |
+
|
7 |
+
## Model description
|
8 |
+
|
9 |
+
More information needed
|
10 |
+
|
11 |
+
## Intended uses & limitations
|
12 |
+
|
13 |
+
More information needed
|
14 |
+
|
15 |
+
## Training and evaluation data
|
16 |
+
|
17 |
+
More information needed
|
18 |
+
|
19 |
+
## Training procedure
|
20 |
+
|
21 |
+
### Training hyperparameters
|
22 |
+
|
23 |
+
The following hyperparameters were used during training:
|
24 |
+
- optimizer: {'name': 'Adam', 'learning_rate': 0.001, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-07, 'amsgrad': False}
|
25 |
+
- training_precision: float32
|
26 |
+
|
27 |
+
## Training Metrics
|
28 |
+
| Epochs | Train Loss | Validation Loss |
|
29 |
+
|--- |--- |--- |
|
30 |
+
| 1| 0.102| 0.094|
|
31 |
+
| 2| 0.094| 0.092|
|
32 |
+
| 3| 0.092| 0.091|
|
33 |
+
| 4| 0.091| 0.09|
|
34 |
+
| 5| 0.09| 0.089|
|
35 |
+
## Model Plot
|
36 |
+
|
37 |
+
<details>
|
38 |
+
<summary>View Model Plot</summary>
|
39 |
+
|
40 |
+
![Model Image](./model.png)
|
41 |
+
|
42 |
+
</details>
|
keras_metadata.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e4ce13223fe75d48664ac001ce069d3db712e625af8c6e86b9a66e88c335bc46
|
3 |
+
size 19699
|
logs/train/events.out.tfevents.1645098839.ea6944a87c8c.145.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:215905d838c641c755d66c8ec7a5cf9e53d1ee5699aeb53ad6ee8abd3746d28b
|
3 |
+
size 64187
|
logs/validation/events.out.tfevents.1645098841.ea6944a87c8c.145.1.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a7bc19530819db84d0ab601291f32561cf71f05dbfcaa5df99305270714c1d9
|
3 |
+
size 818
|
model.png
ADDED
saved_model.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d8cde83df968c58539eec253d2a55d287f7e3f57c7d19731492a59b411984380
|
3 |
+
size 135575
|
variables/variables.data-00000-of-00001
ADDED
Binary file (119 kB). View file
|
|
variables/variables.index
ADDED
Binary file (905 Bytes). View file
|
|