/TFM-SAWER

Seq Aware Explainable Rec

Primary LanguagePython

SAWER(Sequence AWare Explainable Recommendation)

Paper

Usage

Below are examples of how to run PETER (with and without the key feature).

torchrun --standalone --nproc_per_node=1 \
    SEQUER/main.py --cuda \
    --model_name sawer \
    --dataset amazon-movies

Code dependencies

  • Python 3.8
  • PyTorch 1.6

Code references