Skip to content

Commit

Permalink
fix prints
Browse files Browse the repository at this point in the history
  • Loading branch information
Adel-Moumen committed Sep 25, 2023
1 parent 84cda94 commit bf36037
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions speechbrain/decoders/ctc.py
Expand Up @@ -1336,9 +1336,6 @@ def partial_decoding(
self.blank_skip_threshold is not None
and logit_col[self.blank_index] >= self.blank_skip_threshold
):
print("treshold = ", self.blank_skip_threshold)
print("blank = ", logit_col[self.blank_index])
print("skip")
continue

# get the tokens with the highest probability
Expand Down

0 comments on commit bf36037

Please sign in to comment.