kkoutini / PaSST

Efficient Training of Audio Transformers with Patchout
Apache License 2.0
287 stars 48 forks source link

OpenMic2018 #9

Open adey2021 opened 2 years ago

adey2021 commented 2 years ago

Hello author,

Thank you for the great job! After calling this line of code: python ex_openmic.py with trainer.precision=16 -p -m mongodb_server:27000:audioset21_balanced -c "OpenMIC PaSST base"

I'm running into an error with the openMic classification.

Traceback (most recent calls): File "/home/user/Desktop/PaSST/src/sacred/sacred/observers/mongo.py", line 511, in parse_mongo_db_arg g = re.match(get_pattern(), mongo_db).groupdict() AttributeError: 'NoneType' object has no attribute 'groupdict0'

Please what am I missing or doping wrong?

kkoutini commented 2 years ago

Hi, mongodb_server:27000:audioset21_balanced is a place holder for the mongodb logging server as defined is sacred observers . There are also other options https://github.com/kkoutini/PaSST/issues/2