从tensorflow1.10 升级到1.12版本后,对依赖的CuDNN不兼容产生的问题。鉴于一直使用的是Keras,未使用新版本tensorflow的功能,故果断回退到旧版本。

  方法为:pip3 install --index-url http://pypi.douban.com/simple --trusted-host pypi.douban.com --upgrade --force-reinstall tensorflow==1.10.0

      pip3 install --index-url http://pypi.douban.com/simple --trusted-host pypi.douban.com --upgrade --force-reinstall tensorflow-gpu==1.10.0

相关文章:

  • 2021-12-26
  • 2021-09-03
  • 2021-11-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-26
  • 2021-07-22
  • 2021-07-24
猜你喜欢
  • 2021-06-19
  • 2022-01-22
  • 2021-11-12
  • 2021-10-07
  • 2021-11-02
  • 2021-10-27
  • 2021-11-17
相关资源
相似解决方案