You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and how does the batch_size make a difference in practice? e.g., should we use as large a batch size as we can given memory limitations? what should be the optimal value? (trial and error is not an answer)
is max_length = 128 the maximum length of a given sentence?
also will the steps in this tutorial work for any seq2seq model?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
hello - i have some questions re: this tutorial:
and how does the
batch_sizemake a difference in practice? e.g., should we use as large a batch size as we can given memory limitations? what should be the optimal value? (trial and error is not an answer)is
max_length = 128the maximum length of a given sentence?also will the steps in this tutorial work for any seq2seq model?
thanks a lot.
All reactions