Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 484 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 484 Bytes

SACL

Implementation of SACL: Siamese Adaptive Contrastive Learning for Recommendation

Prerequisites

This implementation is based on SELFRec where you can understand the framework of this project.

  1. conda enviroment:
    pytorch 1.8.0 cuda 11.1 recommended

  2. for calculate sparse matrix, install the following packages in: https://pytorch-geometric.com/whl/
    torch_sparse=0.6.12 torch_scatter=2.0.8

  3. pip install -r requirements.txt