recommenders-team/recommenders

Error in Sequential RS, Sli-Rec example

Open

#1,262 建立於 2020年12月20日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)Python (2,972 fork)batch import
help wanted

倉庫指標

Star
 (17,706 star)
PR 合併指標
 (平均合併 6天 16小時) (30 天內合併 10 個 PR)

描述

Trying to dive in Sequential Recommender Systems with the example of the Sli-Rec model but when i try to run the first cell of code in the Notebook i get error: cannot import name 'dynamic_rnn' from 'tensorflow.nn'.

I tried to use another model (Caser / Gru4rec / asvd) but when im running the hparams function with each model i get an error : FileNotFoundError: [Errno 2] No such file or directory: '../../reco_utils/recommender/deeprec/config/asvd.yaml' (for asvd model , same for caser and others)

貢獻者指南