AUTOTUNE
Python报错 | AttributeError: module 'tensorflow._api.v2.data' has no attribute 'AUTOTUNE'
#### 报错信息 ```python AttributeError: module 'tensorflow._api.v2.data' has no attribute 'AUTOTUNE' ``` #### 解决办法 ```python pip install -i https://pypi.d ......