540117253 / Review-based-Collaborative-Filtering

A model zoo that contains different review-based collaborative filtering models of rating prediction task for recommendation
3 stars 1 forks source link

关于模型复现的一些问题 #1

Open yinzhiqiangluvlzx opened 3 years ago

yinzhiqiangluvlzx commented 3 years ago

from tensorflow.keras.preprocessing.text import Tokenizer from tensorflow.keras.preprocessing.text import text_to_word_sequence 作者好,导包的这两个语句总报错,查了一圈没有解决方案,想问下您

540117253 commented 3 years ago
  1. glov.6b你要去另外的地方下,github上传不了这么大的预训练词向量文件
  2. “from tensorflow.keras.preprocessing.text import Tokenizer”,你使用tensorflow 1.13.1的版本应该就没问题了。如果再有问题,你可以去tensorflow官网看看目前新版本是更新了哪些新的函数来替代函数Tokenizer

------------------ 原始邮件 ------------------ 发件人: "540117253/Review-based-Collaborative-Filtering" <notifications@github.com>; 发送时间: 2020年12月1日(星期二) 晚上7:02 收件人: "540117253/Review-based-Collaborative-Filtering"<Review-based-Collaborative-Filtering@noreply.github.com>; 抄送: "Subscribed"<subscribed@noreply.github.com>; 主题: [540117253/Review-based-Collaborative-Filtering] 关于模型复现的一些问题 (#1)

from tensorflow.keras.preprocessing.text import Tokenizer from tensorflow.keras.preprocessing.text import text_to_word_sequence 作者好,导包的这两个语句总报错,查了一圈没有解决方案,想问下您

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.