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 c7f2ad0 commit c867e1aCopy full SHA for c867e1a
art/estimators/speech_recognition/pytorch_deep_speech.py
@@ -636,7 +636,7 @@ def _transform_model_input(
636
else:
637
target = list(filter(None, [label_map.get(letter) for letter in list(y[i])]))
638
639
- # Push the sequence to device or apply preprocessing defences
+ # Push the sequence to device
640
if not tensor_input:
641
x[i] = x[i].astype(config.ART_NUMPY_DTYPE)
642
x[i] = torch.tensor(x[i]).to(self._device)
0 commit comments