diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-08-01 15:34:22 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-08-01 15:34:22 +0530 |
commit | e80badd278f54e8cde64243aa56687f8e6e32cc2 (patch) | |
tree | 12667ca96236edca69b9f28ae7a66a1884f30156 /app/prod/model_arch.json | |
parent | cfa7ae936935010f77eaddd561ff1c0857a3c6f0 (diff) |
added alpha model
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", |