Skip to content
New issue

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

re-run the code you posted and found that it is not as high as reported in the paper, there is some details I missed? #5

Open
saladcat opened this issue Apr 25, 2021 · 4 comments

Comments

@saladcat
Copy link

I re-run code as follow

CUDA_VISIBLE_DEVICES=0 python main.py --dataset=electronic_cell --n_interaction=3 --lambda_s=0.8 --lambda_t=0.8
CUDA_VISIBLE_DEVICES=1 python main.py --dataset=sport_cloth --n_interaction=3 --lambda_s=0.8 --lambda_t=0.8
CUDA_VISIBLE_DEVICES=2 python main.py --dataset=sport_cell --n_interaction=3 --lambda_s=0.8 --lambda_t=0.8
CUDA_VISIBLE_DEVICES=3 python main.py --dataset=electronic_cloth --n_interaction=3 --lambda_s=0.8 --lambda_t=0.8

and dataset generated by run filter_data.py and split_data
but I get thus a result
image
image

did I have missed sth?

@sunshinelium
Copy link
Owner

I am very sorry for the late reply because I am a little busy recently. Maybe you can adjust lambda_s and lambda_t to try it.

@saladcat
Copy link
Author

I am very sorry for the late reply because I am a little busy recently. Maybe you can adjust lambda_s and lambda_t to try it.

Thank you for your kindly reply!
would you like to share the value of the two parameter? if you remember them.
and follow the code,I can't generate cell_elec dataset as paper report but other dataset can. so how can I generate cell_elec? there is something wrong with my operation? #4

@sunshinelium
Copy link
Owner

I'm really sorry for the late reply. In fact, I found later that the pair of datasets of elec_cell filtered users >10 and items >5. it filters in the opposite way to the other data sets.

@miziha-zp
Copy link

I'm really sorry for the late reply. In fact, I found later that the pair of datasets of elec_cell filtered users >10 and items >5. it filters in the opposite way to the other data sets.

So would you please provide me with the datasets after your preprocess?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants