jayclifford345
commited on
Commit
·
0b7fd0a
1
Parent(s):
bfc4176
Push Keras model using huggingface_hub.
Browse files- README.md +43 -1
- fingerprint.pb +3 -0
- keras_metadata.pb +3 -0
- logs/train/events.out.tfevents.1687962863.Jays-MBP.58786.1.v2 +3 -0
- saved_model.pb +3 -0
- variables/variables.data-00000-of-00001 +0 -0
- variables/variables.index +0 -0
README.md
CHANGED
@@ -1,3 +1,45 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
library_name: keras
|
3 |
+
tags:
|
4 |
+
- anomaly-detection
|
5 |
+
- vibration
|
6 |
+
- autoencoder
|
7 |
---
|
8 |
+
|
9 |
+
## Model description
|
10 |
+
|
11 |
+
More information needed
|
12 |
+
|
13 |
+
## Intended uses & limitations
|
14 |
+
|
15 |
+
More information needed
|
16 |
+
|
17 |
+
## Training and evaluation data
|
18 |
+
|
19 |
+
More information needed
|
20 |
+
|
21 |
+
## Training procedure
|
22 |
+
|
23 |
+
### Training hyperparameters
|
24 |
+
|
25 |
+
The following hyperparameters were used during training:
|
26 |
+
|
27 |
+
| Hyperparameters | Value |
|
28 |
+
| :-- | :-- |
|
29 |
+
| name | Adam |
|
30 |
+
| weight_decay | None |
|
31 |
+
| clipnorm | None |
|
32 |
+
| global_clipnorm | None |
|
33 |
+
| clipvalue | None |
|
34 |
+
| use_ema | False |
|
35 |
+
| ema_momentum | 0.99 |
|
36 |
+
| ema_overwrite_frequency | None |
|
37 |
+
| jit_compile | False |
|
38 |
+
| is_legacy_optimizer | False |
|
39 |
+
| learning_rate | 0.0010000000474974513 |
|
40 |
+
| beta_1 | 0.9 |
|
41 |
+
| beta_2 | 0.999 |
|
42 |
+
| epsilon | 1e-07 |
|
43 |
+
| amsgrad | False |
|
44 |
+
| training_precision | float32 |
|
45 |
+
|
fingerprint.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9438ff222277358108372091674aa2e9121e9a1365bbfa31fee6bfcaf1f8fd4a
|
3 |
+
size 55
|
keras_metadata.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6893e9ecd07776cdce8509a8b86cc88ca570e2447d2853c052ff91cebb7fc9d1
|
3 |
+
size 16691
|
logs/train/events.out.tfevents.1687962863.Jays-MBP.58786.1.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d80aa00e34cbf978b70ca8bef84fef2b157ca95823e7241e30c561b274120146
|
3 |
+
size 1444292
|
saved_model.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef0d7755a6a74efa54c162ba4884ce17b24a31e9e248882aa4c783ce391013b6
|
3 |
+
size 200064
|
variables/variables.data-00000-of-00001
ADDED
Binary file (7.37 kB). View file
|
|
variables/variables.index
ADDED
Binary file (1.2 kB). View file
|
|