a-PyTorch-Tutorial-to-Sequence-Labeling icon indicating copy to clipboard operation
a-PyTorch-Tutorial-to-Sequence-Labeling copied to clipboard

the dimension of cmap_lengths

Open clelouch opened this issue 6 years ago • 0 comments

in models.py line 184 :param cmap_lengths: character sequence lengths, a tensor of dimensions (batch_size, word_pad_len) the shape of cmap_lengths should be (batch_size)?

clelouch avatar Nov 04 '19 13:11 clelouch