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
batch_size is a bad variable name, because it is not the dimension usually referred to as the batch size.. Instead, it is the sequence length associated with a particular batch. I suggest using batch_seq_len for clarity.