xiangwang1223 / knowledge_graph_attention_network

KGAT: Knowledge Graph Attention Network for Recommendation, KDD2019
MIT License
1.04k stars 309 forks source link

Some running questions #17

Open DOGEE7 opened 4 years ago

DOGEE7 commented 4 years ago

Hello, thank you very much for your contribution, I tried to run your example, but I met some problems. The example is as follows:

python Main.py --dataset last-fm --pretrain -1 The error is as follows:

params: 12049088

without pretraining. What's the problem? How can I solve it?

viviqi commented 4 years ago

If there is no prompt showing end the process, the code may still be running, you need to wait for a while. It is slow to train the dataset, as least on my computer.