Sujit-O / pykg2vec

Python library for knowledge graph embedding and representation learning.
MIT License
602 stars 109 forks source link

wrap training, tuning and inferring examples into command-line interface #185

Closed baxtree closed 3 years ago

baxtree commented 3 years ago

This PR aims at improving the experience raised by https://github.com/Sujit-O/pykg2vec/issues/186. Previously, users need to cd into the examples directory to run training, tuning and inferring codes. Now users can execute pykg2vec-train, pykg2vec-tune and pykg2vec-infer after installing the pykg2vec module (pykg2vec-train.py, pykg2vec-tune.py and pykg2vec-infer.py on Windows).

It is just the initial work and feedback are welcome based on the user experience.