Suggestion on page 352 #202
baifanhorst
started this conversation in
General
Replies: 1 comment
-
That's a fair point. We could maybe iterate through the whole dataset here like you suggest to make sure it works ok if you want to be thorough. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
To validate the mini batch generator, the following codes are used in the book, on page 352:
I know that this code gives a framework that will be used later. However, it only validates the first batch. To validate all batches, the print statements should be put inside the for loop.
'
Beta Was this translation helpful? Give feedback.
All reactions