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)

贡献者指南