recommenders-team/recommenders
Voir sur GitHub[ASK] How can I save SASRec model for re-training and prediction?
Open
#1 718 ouverte le 13 mai 2022
help wanted
Métriques du dépôt
- Stars
- (17 706 stars)
- Métriques de merge PR
- (Merge moyen 6j 16h) (10 PRs mergées en 30 j)
Description
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!