hongloc8

Results 1 issues of hongloc8

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]...