From 7e9940d6c7fcca0109e90b3d68ecd68676635119 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Thu, 24 Sep 2020 16:11:25 +0530 Subject: replaced dataset with one trained on 1.5 mil compounds --- app/prod/model_arch.json | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) (limited to 'app/prod/model_arch.json') diff --git a/app/prod/model_arch.json b/app/prod/model_arch.json index 561b34f..aaaf55e 100644 --- a/app/prod/model_arch.json +++ b/app/prod/model_arch.json @@ -3,6 +3,20 @@ "config": { "name": "sequential", "layers": [ + { + "class_name": "InputLayer", + "config": { + "batch_input_shape": [ + null, + null, + 47 + ], + "dtype": "float32", + "sparse": false, + "ragged": false, + "name": "lstm_input" + } + }, { "class_name": "LSTM", "config": { @@ -137,13 +151,8 @@ "bias_constraint": null } } - ], - "build_input_shape": [ - null, - null, - 47 ] }, - "keras_version": "2.3.0-tf", + "keras_version": "2.4.0", "backend": "tensorflow" } \ No newline at end of file -- cgit v1.2.3