Shane Miao

Results 11 comments of Shane Miao

yeah, some of the code were out of date. I will take some time to update them. THX ~

Hi, I'm glad to help you. For the Question 1, the answer is yes. I displayed our result on the CAMRa2011. And the speed is our training speed. For the...

It may be the os version? I'm not sure, but our code run in the ubuntu 16.04. BTW, It would speed your training time by increasing the size of batch...

I'm not sure the accurate time, but I remembered the first epoch would cost about 2000s (maybe, I'm not sure...). This is mainly because we need some time to process...

I am sorry. It seems that you should use Pytorch 0.3.0 as framework. And the error you mentioned is that the pytorch version error, for some APIs, the input of...

Please add this line in main.py to check what's your runing enviroment version of pytorch. ``` print(torch.__version__) ``` If you comfire your pytorch version is 0.3.0, you can post your...

I am sorry, the error happened when the numpy data transfer to tensor data. It is because our the type of tensor is IntTensor type, however, the model need LongTensor...

hi, you can try to install the pytorch 1.x to run the code ~

We are sorry for that the training details are not detailed enough in our paper. As you can see from the MaFengwo dataset that the number of user-item interaction and...

I'm sorry that the original dataset can not be found... we only have the processed dataset, and I remember there are some tiny differences between the dataset.py of Mafengwo dataset...