kesenzhao / DT4Rec

15 stars 3 forks source link

About Trainer error #4

Open Winn1y opened 1 year ago

Winn1y commented 1 year ago

run_dt_acc.py, line 230, in main trainer = Trainer(model, model_simu, train_dataset, test_dataset, tconf) TypeError: init() takes 5 positional arguments but 6 were given

kesenzhao commented 1 year ago

Remove `model_simu' from the input, the bug has been fixed