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

Using custom trained whisper-at model #28

Open
himacks opened this issue Apr 29, 2024 · 1 comment
Open

Using custom trained whisper-at model #28

himacks opened this issue Apr 29, 2024 · 1 comment
Labels
question Further information is requested

Comments

@himacks
Copy link

himacks commented Apr 29, 2024

Hi Yuan,

I custom trained my own model using your training recipe. I followed instructions and successfully ran run_as_full_train.sh with my custom dataset. However, I'm having trouble importing the model into whisper-at and testing it on audio in the whisper-at library.

Thanks

@YuanGongND YuanGongND added the question Further information is requested label Apr 29, 2024
@YuanGongND
Copy link
Owner

I custom trained my own model using your training recipe. I followed instructions and successfully ran run_as_full_train.sh with my custom dataset.

I assume your label set is different from AudioSet (i.e., 527 classes), is that correct? If so, your last linear layer would be new.

However, I'm having trouble importing the model into whisper-at and testing it on audio in the whisper-at library.

You can download this repo, and install pip install -e path_to_repo, and then you can edit the code in the repo, including changing the model path, so that you can replace our model with your model.

-Yuan

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

No branches or pull requests

2 participants