keras-team / keras

Deep Learning for humans
http://keras.io/
Apache License 2.0
62.12k stars 19.49k forks source link

Deep Learning Model building error #20449

Open bankarrohan09 opened 2 weeks ago

bankarrohan09 commented 2 weeks ago

InvalidArgumentError Traceback (most recent call last) Cell In[88], line 1 ----> 1 history = model.fit( 2 train_ds, 3 epochs=EPOCHS, 4 batch_size=BATCH_SIZE, 5 verbose=1, 6 validation_data=val_ds 7 )

mehtamansi29 commented 2 weeks ago

Hi @bankarrohan09 -

Can you provide the sample/dummy code to reproduce this issue ?

github-actions[bot] commented 1 day ago

This issue is stale because it has been open for 14 days with no activity. It will be closed if no further activity occurs. Thank you.