You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.
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
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: