2021-09-28

 
  
  • original_keras_version = f.attrs['keras_version'].decode('utf8')

  • AttributeError: 'str' object has no attribute 'decode

解决办法:


卸载原来的h5py模块,安装2.10版本

pip install h5py==2.10 -i https://pypi.tuna.tsinghua.edu.cn/simple/

你可能感兴趣的:(tensorflow,python)