当前位置:网站首页>For versions corresponding to tensorflow and numpy, report FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecate
For versions corresponding to tensorflow and numpy, report FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecate
2022-08-09 10:45:00 【Fuzzy Pack】
Tensorflow
version compatibility with numpy
You can leave a message and use the normal
version
, I can add it to the formAt present, what I have been exploring and provided by netizens are as follows:
tensorflow | numpy | cuda | cudnn |
---|---|---|---|
2.6.0 | 1.19.5 | - | - |
2.0.0 | 1.16.4 | - | - |
1.3.0 | 1.16.2 | - | - |
1.14.0 | 1.16.0 | 10.0 | 7.6.5 |
1.13.1 | 1.16.0 | - | - |
1.12.0 | 1.15.4 | - | - |
1.8.0 | 1.14.5 | - | - |
- Change
numpy
version method:
pip install -U -i https://pypi.tuna.tsinghua.edu.cn/simple numpy==version# -U is to reload# -i https://pypi.tuna.tsinghua.edu.cn/simple is to use Tsinghua mirror
- Generally,
numpy
version andtensorflow
version do not correspond to the error reported mainlyFutureWarning
, the following error example:FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy,xxxxx....... -------(Omitted later, are similarError, still very long)-------
边栏推荐
猜你喜欢
在webgis中显示矢量化后的风险防控信息
Dialogue with the DPO of a multinational consumer brand: How to start with data security compliance?See you on 8.11 Live!
使用cpolar远程连接群晖NAS(创建临时链接)
Oracle数据库常用函数总结
antd表单
机器学习--线性回归(Linear Regression)
史上最小白之《Word2vec》详解
【报错记录】解决华擎J3455-ITX不插显示器无法开机的问题
一天半的结果——xmms on E2
MySQL索引的B+树到底有多高?
随机推荐
解决1.tensorflow运行使用CPU不使用GPU 2.tensorflow环境下的GPU版本号 3.tensorflow和cuda以及cudnn版本对应问题 4.查看cuda和cudnn版本
OneNote 教程,如何在 OneNote 中搜索和查找笔记?
AQS同步组件-ForkJoin、BlockingQueue阻塞队列解析和用例
Unix Environment Programming Chapter 15 15.7 Message Queuing
一天半的结果——xmms on E2
2022年台湾省矢量数据(点线面)及数字高程数据下载
相伴成长,彼此成就 用友U9 cloud做好制造业数智化升级的同路人
PoseNet: A Convolutional Network for Real-Time 6-DOF Camera Relocalization论文阅读
stimulus.js 初体验
备战金三银四:如何成功拿到阿里offer(经历+面试题+如何准备)
unix环境编程 第十四章 14.8 存储映射I/O
聚类了解
pip常见命令和更改源文件
unix环境编程 第十五章 15.10 POSIX信号量
认识
虚拟列表key复用问题
Nodejs服务端
单元测试2之实际结果检查的引用
Win32控件------------显示系统使用的控件版本
How tall is the B+ tree of the MySQL index?