You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting valueError when executing this code. Can you please answer me why? history_new_cnlst=model_cnlst.fit(train_dataset_new,train_labels,batch_size=10,epochs=20, validation_data=(validation_dataset_new,validation_labels), callbacks=callbacks_list_cnlst)