File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/libtorchaudio/forced_align Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,9 +42,9 @@ void forced_align_impl(
4242 }
4343 TORCH_CHECK (
4444 T >= L + R,
45- " targets length is too long for CTC. Found targets length: " ,
45+ " targets length is too long for CTC. Found log_probs length: " ,
4646 T,
47- " , log_probs length: " ,
47+ " , targets length: " ,
4848 L,
4949 " , and number of repeats: " ,
5050 R);
Original file line number Diff line number Diff line change @@ -160,9 +160,9 @@ void forced_align_impl(
160160 }
161161 TORCH_CHECK (
162162 T >= L + R,
163- " targets length is too long for CTC. Found targets length: " ,
163+ " targets length is too long for CTC. Found log_probs length: " ,
164164 T,
165- " , log_probs length: " ,
165+ " , targets length: " ,
166166 L,
167167 " , and number of repeats: " ,
168168 R);
You can’t perform that action at this time.
0 commit comments