We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
excuse me,I wonder to know how should I setup PaSST on kaggle?I have tried some times,but I failed
The text was updated successfully, but these errors were encountered:
Hi, you can use the inference repo to get the models without the training framework dependencies:
!pip install git+https://github.com/kkoutini/passt_hear21.git
import torch from hear21passt.base import load_model model = load_model(mode="logits").cuda() logits = model(wave_signal)
Sorry, something went wrong.
Hi, you can use the inference repo to get the models without the training framework dependencies: install the package: !pip install git+https://github.com/kkoutini/passt_hear21.git import torch from hear21passt.base import load_model model = load_model(mode="logits").cuda() logits = model(wave_signal)
thank you very much,I will have a try
No branches or pull requests
excuse me,I wonder to know how should I setup PaSST on kaggle?I have tried some times,but I failed
The text was updated successfully, but these errors were encountered: