We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was trying to run the code on amazon-book data for few epoch. I got the error mentioned below.
Used Command
python LightGCN.py --dataset amazon-book --regs \[1e-4\] --embed_size 64 --layer_size \[64,64,64\] --lr 0.001 --batch_size 8192 --epoch 10
Error
Traceback (most recent call last): File "/Users/rajeshkhadka/PycharmProjects/LightGCN_v2/LightGCN.py", line 714, in <module> best_rec_0 = max(recs[:, 0]) IndexError: too many indices for array: array is 1-dimensional, but 2 were indexed
The text was updated successfully, but these errors were encountered:
got the same error like you, have you saved the problem?
Sorry, something went wrong.
I find the reason just because when the epoch<20, it will not excute test method,so rec is []
No branches or pull requests
I was trying to run the code on amazon-book data for few epoch. I got the error mentioned below.
Used Command
Error
The text was updated successfully, but these errors were encountered: