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
how come only the real edges get the lhs + translation? translated = x[:, 1, :] + trans_embs occurs before the negative examples are generated but translated is not used in the for loop.
The text was updated successfully, but these errors were encountered:
ksanjeevan
changed the title
translation embedding not being sum for negative examples
twhin: translation embeddings not being added for negative examples
Jul 16, 2024
how come only the real edges get the
lhs + translation
?translated = x[:, 1, :] + trans_embs
occurs before the negative examples are generated buttranslated
is not used in the for loop.the-algorithm-ml/projects/twhin/models/models.py
Line 54 in b852108
The text was updated successfully, but these errors were encountered: