I am trying to install this Python application (https://github.com/NVIDIA/tacotron2/) and do not understand a required installation step.
I think that the instructions are asking me to specify a path, but I don't know how to do this.
Update .wav paths:
$ sed -i -- 's,DUMMY,ljs_dataset_folder/wavs,g' filelists/*.txt
After updating the .wav paths, the user is then instructed to:
Install PyTorch 1.0 Install python requirements or build docker image
Install python requirements: pip install -r requirements.txt
But I am still stumped by the instruction to update the .wav path.