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
Hey folks,
It turns out that the x_masked in the following line should be x_unmasked according to the paper.
x_masked
x_unmasked
mae/models_mae.py
Line 140 in efb2a80
I have also added a similar fix to the transformers library.
transformers
PR: huggingface/transformers#18850
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey folks,
It turns out that the
x_masked
in the following line should bex_unmasked
according to the paper.mae/models_mae.py
Line 140 in efb2a80
I have also added a similar fix to the
transformers
library.PR: huggingface/transformers#18850
The text was updated successfully, but these errors were encountered: