siwei

Results 3 comments of siwei

> gcmc embed_size=64, lr=0.0001, layer_size=[64,64,64], node_dropout=[0.1], mess_dropout=[0.1,0.1,0.1], regs=[1e-5], adj_type=gcmc > Best Iter=[18]@[29694.0] recall=[0.11159 0.16493 0.20652 0.23976 0.26751], precision=[0.03519 0.02612 0.02181 0.01905 0.01708], hit=[0.42849 0.53815 0.60697 0.65262 0.68712], ndcg=[0.16498 0.19986 0.22356...

Can I ask how to run the baseline code such as NeuMF? I use the following command to run: `python NMF.py --dataset gowalla --regs [1e-3] --embed_size 64 --layer_size [64,64] --lr...

Thanks very much, it works now! Can I ask one more question, why the commands you provided do not have this problem? `python NGCF.py --dataset gowalla --regs [1e-5] --embed_size 64...