Open bankarrohan09 opened 2 weeks ago
Hi @bankarrohan09 -
Can you provide the sample/dummy code to reproduce this issue ?
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.
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 )