当前位置: 代码迷 >> 综合 >> AttributeError: module 'tensorflow' has no attribute 'select'
  详细解决方案

AttributeError: module 'tensorflow' has no attribute 'select'

热度:95   发布时间:2023-10-15 19:34:22.0

程序一撇:

AttributeError: module 'tensorflow' has no attribute 'select'

问题:

AttributeError: module 'tensorflow' has no attribute 'select'

解决:

把select改为where

因为TensorFlow版本升级后,很多API进行了修改。

参考链接:https://blog.csdn.net/liuxiao214/article/details/77697224

 

  相关解决方案