HKUDS / HGCL

[WSDM'2023] "HGCL: Heterogeneous Graph Contrastive Learning for Recommendation"

Home Page:https://arxiv.org/abs/2303.00995

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

main.py: error: argument --ssl_beta: invalid int value: '0.45'

Jeriousman opened this issue · comments

commented

I commanded the example code python main.py --dataset Yelp --ssl_temp 0.5 --ssl_ureg 0.06 --ssl_ireg 0.07 --lr 0.058 --reg 0.05 --ssl_beta 0.45 --rank 3 at directory of HGCL where main.py resides.

But I get this error above. Something must be off?

Thanks for pointing out our mistake. We have updated our code and it should work now.