You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.
In the paper (https://arxiv.org/pdf/1810.11780.pdf) equation (4). "L3" (target_union) is used in the assembly loss. But in the code implementation, "target_pre" is used.
Shouldn't we replace "target_pre" to "target_union" and "target_num_pre" to "target_num_union"?
Looking forward to your advice on this. Thank you.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Dear Author,
Thank you so much for the code. I am trying to understand the following part of the loss function ("assembly loss" in the paper)
SST/layer/sst_loss.py
Line 56 in b42609e
In the paper (https://arxiv.org/pdf/1810.11780.pdf) equation (4). "L3" (target_union) is used in the assembly loss. But in the code implementation, "target_pre" is used.
Shouldn't we replace "target_pre" to "target_union" and "target_num_pre" to "target_num_union"?
Looking forward to your advice on this. Thank you.
The text was updated successfully, but these errors were encountered: