TensorFlow报错FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated......

快来打我* 2024-04-18 19:21 150阅读 0赞

报错原因numpy1-17-0版本过高,使用numpy-1.16-0版本即可

解决方法:重新安装numpy-1.16-0

  1. pip install numpy==1.16.0

发表评论

表情:
评论列表 (有 0 条评论,150人围观)

还没有评论,来说两句吧...

相关阅读