Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Questions about model build-up #1

Closed
SaoYear opened this issue May 26, 2023 · 2 comments
Closed

Questions about model build-up #1

SaoYear opened this issue May 26, 2023 · 2 comments

Comments

@SaoYear
Copy link

SaoYear commented May 26, 2023

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.

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!

@SaoYear
Copy link
Author

SaoYear commented May 26, 2023

I did not finish the intro... I see the problem.

@SaoYear SaoYear closed this as completed May 26, 2023
@daisukelab
Copy link
Collaborator

@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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants