recommenders-team/recommenders
在 GitHub 查看[ASK] How can I save SASRec model for re-training and prediction?
Open
#1,718 建立於 2022年5月13日
help wanted
倉庫指標
- Star
- (17,706 star)
- PR 合併指標
- (平均合併 6天 16小時) (30 天內合併 10 個 PR)
描述
I have tried to save trained SASRec model.
pickle, tf.saved_model.save, model.save(), and surprise.dump are not working.
While saving, I got warning saying 'Found untraced functions', and while loading, 'AttributeError: 'SASREC' object has no attribute 'seq_max_len''.
Plz someone let me know how to save and load SASRec model!