Open lyancynthia opened 3 years ago
Hi! Since this implementation is changed due to some pull requests, the same random seed can't ensure you can have the same results like the ones in README. If you like to fully recreate the results, maybe rolling back the git history to the very beginning can help.
hi,
I run the lightgcn using the command you provided in readme file 'cd code && python main.py --decay=1e-4 --lr=0.001 --layer=3 --seed=2020 --dataset="gowalla" --topks="[20]" --recdim=64'
However, my loss results in 5/116 epoch are not the same with yours.
The log of mine: (deeplearning-pytorch) yandeMacBook-Pro:LightGCN-PyTorch-master yan$ cd code && python main.py --decay=1e-4 --lr=0.001 --layer=3 --seed=2020 --dataset="gowalla" --topks="[20]" --recdim=64 Cpp extension not loaded