Refactor Embedding and GNN
To merge after !50
For consistency:
- Try to improve how the forward pass of the GNN is written
- Rename
edge_indices
toedge_index
- Rename
dict_triplet_indices
totriplet_indices
andtriplet_indices
totriplet_index
- Rename
edge_output
andtriplet_outputs
toedge_logit
andtriplet_logits
(respectively)
Edited by Anthony Correia