awslabs / dgl-ke

High performance, easy-to-use, and scalable package for learning large-scale knowledge graph embeddings.
https://dglke.dgl.ai/doc/
Apache License 2.0
1.28k stars 196 forks source link

Support reading a training directory #188

Open jennyzhang0215 opened 3 years ago

jennyzhang0215 commented 3 years ago

For a large-scale KG, the data is stored in a database, which is partitioned into multiple files, such as 'part-00000', 'part-00001', etc. So it is great if DGLKE can support reading a training directory.