attributeerror: module 'tensorflow.python.ops.nn' has no attribute 'leaky_relu'
时间: 2023-04-29 22:07:16 浏览: 358
pycharm用import报错:AttributeError: module tensorflow(or other) has no attribut (import搜索路径顺序问题)
这是一个错误信息,意思是“属性错误:模块'tensorflow.python.ops.nn'没有'leaky_relu'属性”。可能是你使用了TensorFlow的leaky ReLU函数,但程序却找不到该函数。
阅读全文