Open jvcanavarro opened 3 years ago
This error occurs when the user runs format_wavscp.py twice, which leads to wrong paths on both train/wav.scp and test/wav.scp files. The script now checks if there's already a .wav path in the file before formatting.
format_wavscp.py
train/wav.scp
test/wav.scp
.wav
This error occurs when the user runs
format_wavscp.py
twice, which leads to wrong paths on bothtrain/wav.scp
andtest/wav.scp
files. The script now checks if there's already a.wav
path in the file before formatting.