Replies: 1 comment
-
Actually it does make sense as it is. You create just one iterator, once, and goes over all the data. So it needs to have more than the amount indicated by the msg. Closing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
However, it would be discounted that when steps_per_epoch batches have been seen, the generator would be called again, I guess it's called just once? But, why?
MWE:
OFC, it won't happen using
m.fit(dataset, epochs=2, steps_per_epoch=1)
Beta Was this translation helpful? Give feedback.
All reactions