tensorflow AttributeError: ‘str’ object has no attribute ‘decode’
报错信息
model_config = json.loads(model_config.decode('utf-8'))
AttributeError: 'str' object has no attribute 'decode'
解决办法
pip install h5py==2.1
tensorflow AttributeError: ‘str’ object has no attribute ‘decode’
报错信息
model_config = json.loads(model_config.decode('utf-8'))
AttributeError: 'str' object has no attribute 'decode'
解决办法
pip install h5py==2.1