安装过程略...

 

异常记录

异常一 

输入import tensorflow as tf 后出现一连串警告:

FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'......

查找原因之后发现是numpy版本太高,所以需要将numpy版本将到1.16.0:

 

相关文章:

  • 2022-12-23
  • 2021-07-29
  • 2022-01-18
  • 2022-12-23
  • 2021-12-01
  • 2021-12-01
  • 2021-12-01
猜你喜欢
  • 2021-06-04
  • 2022-12-23
  • 2021-09-16
  • 2021-11-27
  • 2021-11-18
  • 2021-08-19
相关资源
相似解决方案