Bi-TGCF icon indicating copy to clipboard operation
Bi-TGCF copied to clipboard

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?

Open saladcat opened this issue 3 years ago • 5 comments

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?

saladcat avatar Apr 25 '21 04:04 saladcat

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.

sunshinelium avatar Apr 29 '21 03:04 sunshinelium

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

saladcat avatar Apr 29 '21 05:04 saladcat

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.

sunshinelium avatar Jan 07 '22 02:01 sunshinelium

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?

miziha-zp avatar Feb 22 '22 05:02 miziha-zp

Hello,I have tried elec_cell dataset ,but I got strange results:My results: source part:Best Iter=[25]@[24329.6] hit=['0.5735'], ndcg=['0.3626']; target part: Best Iter=[48]@[24329.6] hit=['0.6614'], ndcg=['0.4264'].It seems like ndcg@10 can catch the results in paper but there has a gap between "hit". Do you have the same results? Thank you for any apply!

97z avatar Jul 03 '24 02:07 97z