My x_train is a numpy array with 639 elements.
Upon running model.fit(), why does it show the following:
Epoch 1/50
20/20
It shows 20/20 instead of 639/639.
My x_train is a numpy array with 639 elements.
Upon running model.fit(), why does it show the following:
Epoch 1/50
20/20
It shows 20/20 instead of 639/639.