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

high resolution(1024) train #8

Closed
gunerhui opened this issue Jul 21, 2022 · 1 comment
Closed

high resolution(1024) train #8

gunerhui opened this issue Jul 21, 2022 · 1 comment

Comments

@gunerhui
Copy link

how to train high resolution(1024) model
edit parameters--load_size' 5422 '--fine_size' 5122 --fixed_size' 256*2
and train images are in larger resolutions
that's ok?

@lyndonzheng
Copy link
Owner

Hi @gunerhui, thanks for your interesting. The first stage must be a fixed resolution $256\times256$, while the second stage can be $1024\times1024$. However, you may need to downsample the feature to smaller features size in the second stage. Otherwise, the self-attention in AAL module will be large, resulting in highly expensive compute cost.

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