Upload prediction engine model
Browse files- config.json +14 -0
- tf_model.h5 +3 -0
config.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"input_shape": [null, 200, 89],
|
| 3 |
+
"output_shape": [null, 1],
|
| 4 |
+
"num_layers": 3,
|
| 5 |
+
"activations": ["tanh", "sigmoid"],
|
| 6 |
+
"trainable_params": 76101,
|
| 7 |
+
"non_trainable_params": 0,
|
| 8 |
+
"optimizer_params": 2,
|
| 9 |
+
"total_params": 76103,
|
| 10 |
+
"framework": "tensorflow",
|
| 11 |
+
"optimizer": "adam",
|
| 12 |
+
"description": "Custom TensorFlow/Keras model with 3 layers for a binary classification task."
|
| 13 |
+
}
|
| 14 |
+
|
tf_model.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b541286e3140e46158abc3ab9b79301403a80c197302ad6d72c4f7d4d8d202a
|
| 3 |
+
size 943608
|