facebookresearch / PyTorch-BigGraph

Generate embeddings from large-scale graph-structured data.
https://torchbiggraph.readthedocs.io/
Other
3.37k stars 449 forks source link

[Question] Does PBG support weighted edges? #55

Closed adityat closed 5 years ago

adityat commented 5 years ago

It doesn't seem clear if the algorithm supports weighted edges. If it does should the edge simply be repeated in the input file multiple times? I apologize if it is somewhere in the documentation and I missed it

lw commented 5 years ago

There's several answers here:

anmol1841 commented 5 years ago

Just a quick follow-up. Do we have edge weights implemented in the module by now? I am currently working on a data with edges around 150-200 million. And edge weight gets important as duplicating the edges would exponentially increase the already large data-set. Apologies if the same question was answered recently.