yuh-yang / KGCL-SIGIR22

[SIGIR'22] Knowledge Graph Contrastive Learning for Recommendation
https://arxiv.org/abs/2205.00976
MIT License
103 stars 26 forks source link

代码运行不了,很多bug #1

Closed cyh512167618 closed 2 years ago

cyh512167618 commented 2 years ago

比如 requirements.txt 里面要求的torch 1.4.0 但是在GAT.py的第74行的torch.multiply() 1.4.0里面根本就没有这个函数

yuh-yang commented 2 years ago

@cyh512167618 Thanks for the feedback. It is due to the wrongly generated requirements.txt. We've fixed it. :)