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

Managing 512*512 input size #22

Closed
HardworkingLittlequ opened this issue Nov 24, 2021 · 4 comments
Closed

Managing 512*512 input size #22

HardworkingLittlequ opened this issue Nov 24, 2021 · 4 comments
Assignees

Comments

@HardworkingLittlequ
Copy link

Thanks for your code! It's really a great work! I want to train MAE on a dataset with 512*512 image size, and how can I adjust the model structure? Thanks for your help.

@pengzhiliang
Copy link
Owner

Thank u for your kind words.
I will try to implement later, because I have a million things to do now.

@LiewFeng
Copy link
Collaborator

You can register a new model in modeling_pretrain.py and modeling_finetune.py, with parameter 'img_size=512'. Also remember to modify the value of argument named input_size to 512.

@HardworkingLittlequ
Copy link
Author

Thanks! I'll have a try.

@pengzhiliang
Copy link
Owner

Please feel free to reopen this issue with more info if you are still stuck in this problem.
Thank you!

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

3 participants