首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
basicrnncell专题
tensorflow调用call函数报错:AttributeError: 'BasicRNNCell' object has no attribute '_kernel'
本文转载自: https://blog.csdn.net/qq_38150441/article/details/80945759 问题一:output, h1 = cell.call(inputs, h0) #调用call函数 报错:AttributeError: 'BasicRNNCell' object has no attribute '_kernel' 改正:output, h1
阅读更多...