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
When i changed the line 113, 114 in pad function by:
maxlen = 501
do_pad = lambda x, seqlen: [sample[x][:maxlen] + [0] * (seqlen - len(sample[x])) for sample in batch] # 0:
I have this error, can you help me, thanks you
The text was updated successfully, but these errors were encountered:
When i changed the line 113, 114 in pad function by:
maxlen = 501
do_pad = lambda x, seqlen: [sample[x][:maxlen] + [0] * (seqlen - len(sample[x])) for sample in batch] # 0:
I have this error, can you help me, thanks you
The text was updated successfully, but these errors were encountered: