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

kaggle #13

Open
woozi1122 opened this issue Apr 6, 2022 · 2 comments
Open

kaggle #13

woozi1122 opened this issue Apr 6, 2022 · 2 comments

Comments

@woozi1122
Copy link

excuse me,I wonder to know how should I setup PaSST on kaggle?I have tried some times,but I failed

@kkoutini
Copy link
Owner

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)

@woozi1122
Copy link
Author

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

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

2 participants