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.
1 parent 968ee9c commit ed94667Copy full SHA for ed94667
test/torchaudio_unittest/models_test.py
@@ -190,4 +190,4 @@ def test_deepspeech(self):
190
x = torch.rand(batch_size, num_channels, input_length, num_features)
191
out = model(x)
192
193
- assert out.size() == (input_length, batch_size, num_classes)
+ assert out.size() == (batch_size, input_length, num_classes)
0 commit comments