tonyauyeung / Local2GAE2Global

This project would provide codes for Local2GAE2Global (L2G2G) model, which is a scalable GAE approach combing the idea of local2global.
MIT License
3 stars 0 forks source link

Inquiry about the 'local2global_embedding' Library #2

Open derrickkk7 opened 3 months ago

derrickkk7 commented 3 months ago

I have been exploring your project and came across an import statement for the 'local2global_embedding' library, specifically 'from local2global_embedding.network import TGraph'. However, I could not locate the local2global_embedding module in the provided source code. Could you please clarify if this library is part of the project, and if so, where I can find it? Alternatively, if it is an external dependency, could you provide more details on how to obtain it? Thank you for your assistance.

tonyauyeung commented 1 month ago

Sorry for replying late. As in the README.md, you need to install a preliminary repo - local2global library: https://github.com/LJeub/Local2Global. Hope this helps.

best, Tony