Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What's the model_path and data_name on inference code? #80

Open
YepJin opened this issue May 17, 2024 · 3 comments
Open

What's the model_path and data_name on inference code? #80

YepJin opened this issue May 17, 2024 · 3 comments

Comments

@YepJin
Copy link

YepJin commented May 17, 2024

On wavllm, we need to run the following inference code. I just wonder what's the model_path and data_name?

image

@XiaoshanHsj
Copy link
Contributor

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

@XqZeppelinhead0702
Copy link

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.

@XiaoshanHsj
Copy link
Contributor

it should be "asr"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants