We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
In the interpolation for ViT, you have:
SimMIM/utils.py
Line 226 in bec329f
However, the keys are from:
Line 218 in bec329f
which includes:
Lines 213 to 215 in bec329f
However, these keys are not present in the model, and give an error.
I want to use the ViT base models for downstream tasks.
Could you please tell me if I am missing something in this?
Thanks.
The text was updated successfully, but these errors were encountered:
I figured that the function has been written keeping the classification finetuning in mind. Hence you have:
use_abs_pos_emb=False, use_rel_pos_bias=True use_shared_rel_pos_bias=False
as settings from the simmim_finetune__vit_base__img224__800ep.yaml.
simmim_finetune__vit_base__img224__800ep.yaml
However for a dataset where the image is not a square, it doesn't work:
Lines 228 to 229 in bec329f
Would you have any idea on how to go about this?
Sorry, something went wrong.
No branches or pull requests
Hi,
In the interpolation for ViT, you have:
SimMIM/utils.py
Line 226 in bec329f
However, the keys are from:
SimMIM/utils.py
Line 218 in bec329f
which includes:
SimMIM/utils.py
Lines 213 to 215 in bec329f
However, these keys are not present in the model, and give an error.
I want to use the ViT base models for downstream tasks.
Could you please tell me if I am missing something in this?
Thanks.
The text was updated successfully, but these errors were encountered: