You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: