Python报错 | AttributeError: module 'tensorflow._api.v2.data' has no attribute 'AUTOTUNE'

发布时间 2023-06-29 16:45:16作者: 张Zong在修行

报错信息

AttributeError: module 'tensorflow._api.v2.data' has no attribute 'AUTOTUNE'

解决办法

pip install -i https://pypi.douban.com/simple tensorflow==2.5

原因是:tensorflow版本的问题。