We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ea8a74 commit 7b2e9d1Copy full SHA for 7b2e9d1
1 file changed
scripts/podcast_to_moshi_dataset.py
@@ -877,7 +877,7 @@ def step4_verify(ep_num: int) -> None:
877
878
print(f"\n Step 4 — w2 vs w3 timestamp comparison:", flush=True)
879
print(f" w2 words : {len(w2_alignments)}", flush=True)
880
- print(f" w3 words : {len(w3)}", flush=True)
+ print(f" w3 words : {len(w3_words)}", flush=True)
881
print(f" Matched : {n_match}/{total} ({pct:.1f}%)", flush=True)
882
print(f" Mean |Δ| : {mean_d*1000:.0f} ms", flush=True)
883
print(f" Max |Δ| : {max_d*1000:.0f} ms", flush=True)
0 commit comments