Junwei Lei

Results 8 comments of Junwei Lei

Sorry, I forgot to mention in the readme that the ml-1m data set requires manually replacing the delimiters in the file [ratings.dat] with spaces.

I changed the data processing configuration file before while debugging, but I forgot to change it back when I was done. Just enter and change the configure into And place...

This is a bit strange. Please check whether the file in path [./data/datasets/meta/lite] is [Digital_Music_lite.json], because the picture you sent before shows ***.data

> Thanks for your code! It's fantastic. Is it possible to consider adding traditional caching schemes like FIFO, LRU, and LFU for better performance comparisons? Thanks for the feedback. I...

https://cseweb.ucsd.edu/~jmcauley/datasets/amazon_v2/

Hi, PSAC_gen in CoCheLab is mainly used for comparison with contrastive learning models (CL4SRec, etc.), so PSAC_gen here is a modified version: 1. The user request sequence in the original...

> hey, in PSAC Framework for the forward pass there is tensor called su, could you define exactly what it is and what slide_len and L represent? def forward(self, su):...