调用h5模型的时候报错:AttributeError: 'str' object has no attribute 'decode'
报错:AttributeError: 'str' object has no attribute 'decode'
解决:pip install 'h5py<3.0.0' -i https://pypi.tuna.tsinghua.edu.cn/simple
或者:pip install tensorflow h5py==2.10.0
报错:AttributeError: 'str' object has no attribute 'decode'
解决:pip install 'h5py<3.0.0' -i https://pypi.tuna.tsinghua.edu.cn/simple
或者:pip install tensorflow h5py==2.10.0