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
weakalign/train_weak.py
Line 126 in 52505ea
Hi, First, thank you for sharing your work.
For the line of code attached, why are you passing "corr_aff" for the match? Shouldn't it be "corr_aff_tps"?
"mask_id" in the loss computation code goes through transformation up to tps. Wouldn't it be more appropriate to masking it with "corr_aff_tps"?
Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
weakalign/train_weak.py
Line 126 in 52505ea
Hi,
First, thank you for sharing your work.
For the line of code attached, why are you passing "corr_aff" for the match?
Shouldn't it be "corr_aff_tps"?
"mask_id" in the loss computation code goes through transformation up to tps.
Wouldn't it be more appropriate to masking it with "corr_aff_tps"?
Thanks.
The text was updated successfully, but these errors were encountered: