Skip to content

Commit c867e1a

Browse files
minhitbkBeat Buesser
authored andcommitted
update comment
Signed-off-by: Ngoc Minh Tran <[email protected]>
1 parent c7f2ad0 commit c867e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

art/estimators/speech_recognition/pytorch_deep_speech.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ def _transform_model_input(
636636
else:
637637
target = list(filter(None, [label_map.get(letter) for letter in list(y[i])]))
638638

639-
# Push the sequence to device or apply preprocessing defences
639+
# Push the sequence to device
640640
if not tensor_input:
641641
x[i] = x[i].astype(config.ART_NUMPY_DTYPE)
642642
x[i] = torch.tensor(x[i]).to(self._device)

0 commit comments

Comments
 (0)