SpeechT5
SpeechT5 copied to clipboard
What's the model_path and data_name on inference code?
On wavllm, we need to run the following inference code. I just wonder what's the model_path and data_name?
You need to download the checkpoint, then set the $model_path to the local path of checkpoint, the $data_name is the path of .tsv
You need to download the checkpoint, then set the $model_path to the local path of checkpoint, the $data_name is the path of .tsv
If the path of my test data is "fairseq/examples/wavllm/test_data/asr.tsv" then what the $data_name should be? I once tried absolute path but it throw FileNotFoundError.
it should be "asr"