We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97959d5 + 2ba32c8 commit 92badd4Copy full SHA for 92badd4
tests/test_deepvoice3.py
@@ -255,7 +255,7 @@ def test_incremental_forward():
255
max_input_len = np.max(input_lengths) + 10 # manuall padding
256
seqs = np.array([_pad(x, max_input_len) for x in seqs], dtype=np.int)
257
input_lengths = torch.LongTensor(input_lengths)
258
- input_lengths = input_lengths.cuda() if use_cuda else input_lenghts
+ input_lengths = input_lengths.cuda() if use_cuda else input_lengths
259
else:
260
input_lengths = None
261
0 commit comments