diff options
Diffstat (limited to 'app/prod/model_arch.json')
-rw-r--r-- | app/prod/model_arch.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/prod/model_arch.json b/app/prod/model_arch.json index e41f8b2..561b34f 100644 --- a/app/prod/model_arch.json +++ b/app/prod/model_arch.json @@ -11,7 +11,7 @@ "batch_input_shape": [ null, null, - 52 + 47 ], "dtype": "float32", "return_sequences": true, @@ -64,7 +64,7 @@ "batch_input_shape": [ null, null, - 52 + 47 ], "dtype": "float32", "return_sequences": true, @@ -115,7 +115,7 @@ "name": "dense", "trainable": true, "dtype": "float32", - "units": 52, + "units": 47, "activation": "softmax", "use_bias": true, "kernel_initializer": { @@ -141,7 +141,7 @@ "build_input_shape": [ null, null, - 52 + 47 ] }, "keras_version": "2.3.0-tf", |