会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Fiona_Y
博客园
首页
博问
闪存
新随笔
订阅
管理
2018年11月30日
Tensorflow版本更改所产生的问题及解决方案
摘要: 1.module 'tensorflow' has no attribute 'mul' tf.mul已经在新版本中被移除,使用 tf.multiply 代替 解决方法 将tf.mul(input1, input2) 改为 tf.multiply(input1, input2) 2.Attribut
阅读全文
posted @ 2018-11-30 10:01 Fiona_Y
阅读(867)
评论(0)
推荐(0)