Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 327 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 327 Bytes

xLSTM-LSR

Experiments

To run each, please run the run_recbole.py in the experiments folder like:

python run_recbole.py --model RNN4Rec --dataset ml-100k     # RNN4Rec
python run_recbole.py --model LSTM4Rec --dataset ml-100k    # LSTM4Rec
python run_recbole.py --model mLSTM4Rec --dataset ml-100k   # mLSTM4Rec