首页
编程
java
php
前端
首页
编程
java
php
前端
tensorflow has no attribute config
你的 tf 是什么版本?
tf.compat.v1 是为了确保高版本的TF支持低版本的TF代码
试试直接 tf.config. ....
点击展开全文