Open woozi1122 opened 2 years ago
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)
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
excuse me,I wonder to know how should I setup PaSST on kaggle?I have tried some times,but I failed