I am trying to run my script but it shows
" Failed test case: hist has incorrect type.
Expected:
<class ‘keras.callbacks.History’>,
but got:
<class ‘NoneType’>."
1 Like
Hey @Ankur_Bhatt ,
I guess that you have not received the History
object which should be returned by the model.fit()
. tf.keras.callbacks.History | TensorFlow Core v2.8.0
Would you mind attaching a notebook and DM me, let’s have a check?
Greetings of the day, Sir
I will DM you my notebook, please have a look.