jayclifford345
commited on
Commit
·
4421cf0
1
Parent(s):
e0069f3
Push Keras model using huggingface_hub.
Browse files- README.md +52 -1
- config.json +1 -0
- fingerprint.pb +3 -0
- keras_metadata.pb +3 -0
- logs/train/events.out.tfevents.1702294095.Jays-MacBook-Pro.local.4663.13.v2 +3 -0
- logs/validation/events.out.tfevents.1702294100.Jays-MacBook-Pro.local.4663.14.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
CHANGED
@@ -1,3 +1,54 @@
|
|
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 |
+
|
46 |
+
|
47 |
+
## Model Plot
|
48 |
+
|
49 |
+
<details>
|
50 |
+
<summary>View Model Plot</summary>
|
51 |
+
|
52 |
+
![Model Image](./model.png)
|
53 |
+
|
54 |
+
</details>
|
config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"name": "model_7", "trainable": true, "layers": [{"class_name": "InputLayer", "config": {"batch_input_shape": [null, 40, 1], "dtype": "float32", "sparse": false, "ragged": false, "name": "input_14"}, "name": "input_14", "inbound_nodes": []}, {"class_name": "LSTM", "config": {"name": "lstm_28", "trainable": true, "dtype": "float32", "return_sequences": true, "return_state": false, "go_backwards": false, "stateful": false, "unroll": false, "time_major": false, "units": 16, "activation": "relu", "recurrent_activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "GlorotUniform", "config": {"seed": null}, "shared_object_id": 1}, "recurrent_initializer": {"class_name": "Orthogonal", "config": {"gain": 1.0, "seed": null}, "shared_object_id": 2}, "bias_initializer": {"class_name": "Zeros", "config": {}, "shared_object_id": 3}, "unit_forget_bias": true, "kernel_regularizer": null, "recurrent_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "recurrent_constraint": null, "bias_constraint": null, "dropout": 0.0, "recurrent_dropout": 0.0, "implementation": 2}, "name": "lstm_28", "inbound_nodes": [[["input_14", 0, 0, {}]]]}, {"class_name": "LSTM", "config": {"name": "lstm_29", "trainable": true, "dtype": "float32", "return_sequences": false, "return_state": false, "go_backwards": false, "stateful": false, "unroll": false, "time_major": false, "units": 4, "activation": "relu", "recurrent_activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "GlorotUniform", "config": {"seed": null}, "shared_object_id": 6}, "recurrent_initializer": {"class_name": "Orthogonal", "config": {"gain": 1.0, "seed": null}, "shared_object_id": 7}, "bias_initializer": {"class_name": "Zeros", "config": {}, "shared_object_id": 8}, "unit_forget_bias": true, "kernel_regularizer": null, "recurrent_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "recurrent_constraint": null, "bias_constraint": null, "dropout": 0.0, "recurrent_dropout": 0.0, "implementation": 2}, "name": "lstm_29", "inbound_nodes": [[["lstm_28", 0, 0, {}]]]}, {"class_name": "RepeatVector", "config": {"name": "repeat_vector_7", "trainable": true, "dtype": "float32", "n": 40}, "name": "repeat_vector_7", "inbound_nodes": [[["lstm_29", 0, 0, {}]]]}, {"class_name": "LSTM", "config": {"name": "lstm_30", "trainable": true, "dtype": "float32", "return_sequences": true, "return_state": false, "go_backwards": false, "stateful": false, "unroll": false, "time_major": false, "units": 4, "activation": "relu", "recurrent_activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "GlorotUniform", "config": {"seed": null}, "shared_object_id": 12}, "recurrent_initializer": {"class_name": "Orthogonal", "config": {"gain": 1.0, "seed": null}, "shared_object_id": 13}, "bias_initializer": {"class_name": "Zeros", "config": {}, "shared_object_id": 14}, "unit_forget_bias": true, "kernel_regularizer": null, "recurrent_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "recurrent_constraint": null, "bias_constraint": null, "dropout": 0.0, "recurrent_dropout": 0.0, "implementation": 2}, "name": "lstm_30", "inbound_nodes": [[["repeat_vector_7", 0, 0, {}]]]}, {"class_name": "LSTM", "config": {"name": "lstm_31", "trainable": true, "dtype": "float32", "return_sequences": true, "return_state": false, "go_backwards": false, "stateful": false, "unroll": false, "time_major": false, "units": 16, "activation": "relu", "recurrent_activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "GlorotUniform", "config": {"seed": null}, "shared_object_id": 17}, "recurrent_initializer": {"class_name": "Orthogonal", "config": {"gain": 1.0, "seed": null}, "shared_object_id": 18}, "bias_initializer": {"class_name": "Zeros", "config": {}, "shared_object_id": 19}, "unit_forget_bias": true, "kernel_regularizer": null, "recurrent_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "recurrent_constraint": null, "bias_constraint": null, "dropout": 0.0, "recurrent_dropout": 0.0, "implementation": 2}, "name": "lstm_31", "inbound_nodes": [[["lstm_30", 0, 0, {}]]]}, {"class_name": "TimeDistributed", "config": {"name": "time_distributed_7", "trainable": true, "dtype": "float32", "layer": {"class_name": "Dense", "config": {"name": "dense_7", "trainable": true, "dtype": "float32", "units": 1, "activation": "linear", "use_bias": true, "kernel_initializer": {"class_name": "GlorotUniform", "config": {"seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}}}, "name": "time_distributed_7", "inbound_nodes": [[["lstm_31", 0, 0, {}]]]}], "input_layers": [["input_14", 0, 0]], "output_layers": [["time_distributed_7", 0, 0]]}
|
fingerprint.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3921fbd35070c3c2925d7fdad4ef4c45bd16250b81ee2a9837a48b3e2a2838b5
|
3 |
+
size 56
|
keras_metadata.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba7f236b5ccaf0a4427673c9253efed9127082b52e8c80a93c71a1962551c1da
|
3 |
+
size 26277
|
logs/train/events.out.tfevents.1702294095.Jays-MacBook-Pro.local.4663.13.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:710367dea96186276e38ed7a3aabcf3d865320d36a70baeeca95e038633dc503
|
3 |
+
size 1872373
|
logs/validation/events.out.tfevents.1702294100.Jays-MacBook-Pro.local.4663.14.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ff48ac17e534dbbbc3aeee8edb66c2e30199113d1337e0778b1863722851f5b6
|
3 |
+
size 15674
|
model.png
ADDED
saved_model.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ca1182c741c515dd08ba1169639e43c07cec362ac541bd258a4c7c5128eff3b
|
3 |
+
size 1092705
|
variables/variables.data-00000-of-00001
ADDED
Binary file (50.1 kB). View file
|
|
variables/variables.index
ADDED
Binary file (2.68 kB). View file
|
|