recommenders-team/recommenders

Error in Sequential RS, Sli-Rec example

Open

#1.262 aberto em 20 de dez. de 2020

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)Python (2.972 forks)batch import
help wanted

Métricas do repositório

Stars
 (17.706 stars)
Métricas de merge de PR
 (Mesclagem média 6d 16h) (10 fundiu PRs em 30d)

Description

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)

Guia do colaborador