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'
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?