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.
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 thetail
command. Otherwise the first line in train_files.txt would be the same as the last line in test_files.txt.