You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the open-source codes and this fantistic work!
I am reproducing this work now, but I met a problem in the model build-up. Specifically, in the runtime_audio.py, line 84.
model = models_mae.__dict__[args.model](img_size=args.input_size, patch_size=args.patch_size, decoder_depth=args.decoder_depth)
I load the models_mae.py according to the intro, but the args.model = m2d_vit_base after the parent folder name parsing, which is not provided in the vanilla models_mae.py file.
So I would like to know how to import the model in a correct way...
Thanks in advance!
The text was updated successfully, but these errors were encountered:
@SaoYear Hello, thank you for your interest. I understand that your issue might have been resolved by following the steps written in the README.md.
Please feel free to ask if you find another problem in the future.
Thanks again!
Hi there,
Thanks for the open-source codes and this fantistic work!
I am reproducing this work now, but I met a problem in the model build-up. Specifically, in the
runtime_audio.py
, line 84.I load the
models_mae.py
according to the intro, but theargs.model
=m2d_vit_base
after the parent folder name parsing, which is not provided in the vanillamodels_mae.py
file.So I would like to know how to import the model in a correct way...
Thanks in advance!
The text was updated successfully, but these errors were encountered: