From f71f9ff002bddec2c34955a190db0fd6a2fb4961 Mon Sep 17 00:00:00 2001 From: Jan Date: Tue, 21 Feb 2023 01:05:31 -0700 Subject: [PATCH] bad now good, check 5: 5.55077327554663e+19 changing one print line in fmda_kf_rnn_bad.ipynb --- fmda/fmda_kf_rnn_bad.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fmda/fmda_kf_rnn_bad.ipynb b/fmda/fmda_kf_rnn_bad.ipynb index 046b272..017bf29 100644 --- a/fmda/fmda_kf_rnn_bad.ipynb +++ b/fmda/fmda_kf_rnn_bad.ipynb @@ -2970,7 +2970,7 @@ "# same model stateless for prediction on the entire dataset - to start onlg\n", "# the real application will switch to prediction after training data end\n", "# and start from the state there\n", - "print('model_fit input shape',x_train.shape,'output shape',y_train.shape)\n", + "print('model_fit input shape',x_train.shape,'output shape',model_fit(x_train).shape)\n", "from keras.utils.vis_utils import plot_model\n", "plot_model(model_fit, to_file='model_plot.png', \n", " show_shapes=True, show_layer_names=True)" -- 2.11.4.GIT