NVIDIA / waveglow

A Flow-based Generative Network for Speech Synthesis
BSD 3-Clause "New" or "Revised" License
2.29k stars 530 forks source link

how to make a list of the file names to use for training/testing? #270

Closed ZHUBAJIEJIU closed 2 years ago

ZHUBAJIEJIU commented 2 years ago

ls data/.wav | tail -n+10 > train_files.txt ls data/.wav | head -n10 > test_files.txt I don't know "| tail -n+10" mean what?

ZHUBAJIEJIU commented 2 years ago

bash command