Releases: kkoutini/passt_hear21
Releases · kkoutini/passt_hear21
0.0.26
Support newer timm versions
0.0.25 version bump
Added PaSST-L weights
PaSST-L is the light version with fewer parameters, can be loaded like this:
from hear21passt.base import get_basic_model
model = get_basic_model(mode="logits", arch="passt_l_kd_p16_128_ap47")
Support loading different archs
from hear21passt.base import get_basic_model
model = get_basic_model(mode="logits", arch="passt_s_kd_p16_128_ap486")
0.0.21
Added a pre-trained model, trained with KD using the setup in https://github.com/fschmid56/EfficientAT
0.0.20
Added a pre-trained model, trained with KD using the setup in https://github.com/fschmid56/EfficientAT