Skip to content

Releases: kkoutini/passt_hear21

0.0.26

02 Jan 11:29
Compare
Choose a tag to compare
pypi upload and timm fix

Support newer timm versions

21 Jul 10:01
Compare
Choose a tag to compare
0.0.25

version bump

Added PaSST-L weights

06 Jun 12:07
Compare
Choose a tag to compare

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

11 May 11:01
Compare
Choose a tag to compare
from hear21passt.base import get_basic_model

model = get_basic_model(mode="logits", arch="passt_s_kd_p16_128_ap486")

0.0.21

11 May 10:44
Compare
Choose a tag to compare

Added a pre-trained model, trained with KD using the setup in https://github.com/fschmid56/EfficientAT

0.0.20

11 May 10:31
Compare
Choose a tag to compare

Added a pre-trained model, trained with KD using the setup in https://github.com/fschmid56/EfficientAT

0.0.19

19 Jan 13:24
Compare
Choose a tag to compare
  • Fix broken links to pre-trained models
  • Added readable error messages when pos-encoding shapes don't match.

0.0.18

24 Jun 13:01
Compare
Choose a tag to compare

Add support to 20 second and 30 second models.

0.0.17

09 Jun 15:05
3d4e7cf
Compare
Choose a tag to compare

Added pretrained model with no patch overlap PaSST-S-N on Audioset passt_s_p16_s16_128_ap468

0.0.16

09 Mar 17:09
Compare
Choose a tag to compare
update to 0.0.16