Code and Data for our AAAI 2022 paper, ``Meta-Learning for Online Update of Recommender Systems'' (AAAI Main Track)
Source code and dataset for the reproducibility of MeLON.
- python >= 3.8
- Pytorch >= 1.8.1
- dgl >= 0.7.0
Go into the directory './code_MeLON' and run following command to execute the shell file. If you want to modify the hyperparameters or other settings, please refer to each python file which specifies related arguments inside.
sh run.sh
Note: The current repo refers codes from: THUwangcy/ReChorus cybertronai/autograd-hacks