Hang-Z

Results 2 comments of Hang-Z

Hi, pmixer: I want to test the model and see the performance, so I just run the command ``` python main.py --dataset=ml-1m --train_dir=default --dropout_rate=0.2 --device=cuda --state_dict_path='ml-1m_default/TiSASRec.epoch=601.lr=0.001.layer=2.head=1.hidden=50.maxlen=200.pth' --inference_only=true --maxlen=200 ``` as...

> Hi, pmixer: I want to test the model and see the performance, so I just run the command > > ``` > python main.py --dataset=ml-1m --train_dir=default --dropout_rate=0.2 --device=cuda --state_dict_path='ml-1m_default/TiSASRec.epoch=601.lr=0.001.layer=2.head=1.hidden=50.maxlen=200.pth'...