twhin: translation embeddings not being added for negative examples
Author: ksanjeevanCreated Jul 16, 2024Updated 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 but translated is not used in the for loop.
Source: twitter/the-algorithm-ml