descriptinc / melgan-neurips

GAN-based Mel-Spectrogram Inversion Network for Text-to-Speech Synthesis
MIT License
980 stars 214 forks source link

correct the usage of tail command in README.md #29

Open yistLin opened 4 years ago

yistLin commented 4 years ago

While using the head command to reserve the first 10 audio files for testing, the option -n+11 instead of -n+10 should be specified following the tail command. Otherwise the first line in train_files.txt would be the same as the last line in test_files.txt.