knowing-when-to-look-adaptive-attention
knowing-when-to-look-adaptive-attention copied to clipboard
ValueError: too many values to unpack
Can you help me how to solve this issue ?
scores = pack_padded_sequence(predictions, decode_lengths, batch_first=True)[0] targets = pack_padded_sequence(targets, decode_lengths, batch_first=True)[0]