mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-09 05:55:26 +00:00
remove pdb
This commit is contained in:
parent
229883e828
commit
cef9f4c1ae
@ -11,7 +11,6 @@ from lhotse import RecordingSet, SupervisionSet, CutSet
|
||||
import argparse
|
||||
import logging
|
||||
from lhotse.qa import fix_manifests, validate_recordings_and_supervisions
|
||||
import pdb
|
||||
|
||||
|
||||
|
||||
@ -98,7 +97,6 @@ def main():
|
||||
cuts = cuts.trim_to_supervisions(keep_overlapping=False, keep_all_channels=False)
|
||||
logging.info("Example from cut:")
|
||||
print(cuts[100])
|
||||
breakpoint()
|
||||
cuts.describe()
|
||||
logging.info("Validating manifests for ASR")
|
||||
valid_asr(cuts)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user