MTandHJ / CE-SCE-LLMRec

0 stars 0 forks source link

Requirements:

Python==3.9 | PyTorch==1.12.1 | TorchData==0.4.1 | FreeRec==0.6.3

Use the following commands to prepare the environment (CUDA: 11.3):

conda create --name=PyT12 python=3.9; conda activate PyT12; bash setup_env.sh

Usage

This repo separately provides the implementaion of each conventional method mentioned in the paper. They can be conducted as follows

Note: Refer to benchmarks for logs of 5 independent runs.