Skip to content

Commit

Permalink
Print things
Browse files Browse the repository at this point in the history
  • Loading branch information
pri-ax committed Nov 30, 2022
1 parent 121b0e9 commit e88ca10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tortoise/utils/wav2vec_alignment.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ def redact(self, audio, expected_text, audio_sample_rate=24000):
fully_split.extend(spl.split(']'))

# At this point, fully_split is a list of strings, with every other string being something that should be redacted.
print(f"expected_text: {expected_text}")
print(f"fully_split: {fully_split}")
non_redacted_intervals = []
last_point = 0
for i in range(len(fully_split)):
Expand Down

0 comments on commit e88ca10

Please sign in to comment.