DeepGraphLearning / graphvite

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

Initialization for knowledge graph embeddings is skipped #6

Closed KiddoZhu closed 4 years ago

KiddoZhu commented 4 years ago

The initialization step, which depends on the knowledge graph model, is skipped in current abstract class. This results in effectiveless training in knowledge graph embedding. For other applications, the initialization is ok. We're trying to fix this.

KiddoZhu commented 4 years ago

Fixed. Will update it to conda.

KiddoZhu commented 4 years ago

Updated to conda.