How to use extract_sup_data.py #5006
-
How to use scripts/dataset_processing/tts/extract_sup_data.py? |
Beta Was this translation helpful? Give feedback.
Answered by
godspirit00
Oct 10, 2022
Replies: 1 comment
-
Prepare a manifest JSON file, then |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
XuesongYang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Prepare a manifest JSON file, then
cd
into your NeMo repo dir, and runpython scripts/dataset_processing/tts/extract_sup_data.py manifest_filepath=/path/to/your/manifest.json
, where/path/to/your/manifest.json
should be replaced with the path to your manifest JSON file.