TensorFlow Keras版本问题
tensorflow keras librosa 版本问题一个语音识别的项目,Python 为3.7版本,TensorFlow 安装最有效方式为Windows安装TensorFlow 下载后的TensorFlow对应版本为1.19.0 适配。① Keras 用anaconda默认安装了最新的版本2.3.1 运行程序会报如下错误:module ‘tensorflow.python.keras.b..
·
tensorflow keras librosa 版本问题
一个语音识别的项目,Python 为3.7版本,TensorFlow 安装最有效方式为Windows安装TensorFlow 下载后的TensorFlow对应版本为1.19.0 适配。
① Keras 用anaconda默认安装了最新的版本2.3.1 运行程序会报如下错误:module ‘tensorflow.python.keras.backend’ has no attribute XXX
√ 解决:降低了Keras的版本 2.2.2可用
② librosa 同理安装了最新版本 0.7.1 但是有的方法不存在 出现attributeError
√ 解决: pip install librosa==0.6.0 可用
更多推荐
已为社区贡献1条内容
所有评论(0)