-
On page 532 |
Beta Was this translation helpful? Give feedback.
Answered by
rasbt
Oct 10, 2024
Replies: 1 comment
-
That's a good question and point. The batch iteration is done via the
But if I were to rewrite that, I would change it to
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rasbt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's a good question and point. The batch iteration is done via the
seq_batch, target_batch = next(iter(seq_dl))
inBut if I were to rewrite that, I would change it to