uma-pi1 / kge

LibKGE - A knowledge graph embedding library for reproducible research
MIT License
765 stars 124 forks source link

bash: kge: command not found #254

Closed Layne-Huang closed 2 years ago

Layne-Huang commented 2 years ago

When I run the order "kge start examples/toy-complex-train.yaml --job.device CPU", the command returns "bash: kge: command not found".

AdrianKs commented 2 years ago

Hi, can you try running it by specifically stating python in the root directory of the repository:

python -m kge start examples/toy-complex-train.yaml --job.device cpu