rlqja1107 / MELT

Official PyTorch implementation Source code for MELT: Mutual Enhancement of Long-Tailed User and Item for Sequential Recommendation, accepted at SIGIR 2023

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wrong shell command in shell/SASRec/test_amazon.sh

Jimmy9713 opened this issue · comments

line 3:
python main.py --inference true --model **FMLP** --batch_size 128 --dataset $data --gpu $gpu --pareto_rule 0.8

i suppose the model variable should be SASRec instead of FMLP (since it locates in SASRec directory)

Thank you for your interest of my work.
I'd fix it by reflecting your point.