DeepGraphLearning / graphvite

GraphVite: A General and High-performance Graph Embedding System
https://graphvite.io
Apache License 2.0
1.22k stars 151 forks source link

How to debug the code and develop customized model based on the graphvite ? #28

Open zhenhuascut opened 4 years ago

zhenhuascut commented 4 years ago

You have given an example on customized a knowledge graph model. Can you introduce how to load the whole model? Is it developed under Visual Studio? How to compile all the codes and join your group in further development? Would you please make it clear. Thanks very much!

KiddoZhu commented 4 years ago

If you mean loading a trained model, we have just added it in the recent v0.2.1 release.

The project is based on cmake and doesn't rely on specific IDEs. We developed it with CLion, but of course you can switch to Visual Studio.

To compile the code, please refer to installation from source.

Glad to know you are interested in this project. If you want to contribute new features, you can propose your plan in an issue, and then commit the implementation through a pull request. If you want to be a long-time collaborator or maintainer, you can discuss with Jian Tang or me.