alibaba / graph-learn

An Industrial Graph Neural Network Framework
Apache License 2.0
1.28k stars 267 forks source link

Add end-to-end tutorial for EgoBipartiteGraphSAGE model. #216

Closed Seventeen17 closed 2 years ago

Seventeen17 commented 2 years ago
  1. Trained with GraphLearn-Training: implement model with u2i2i and i2i2i meta-path;
  2. Infered user embedding with Dynamic-Graph-Service:
    • Add getQuery http request;
    • Refine EgoGraph/EgoTensor for parsing sampled fbs records;
    • Refine App and add uts.