当前位置:网站首页>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】
Tensorflowversion 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
numpyversion 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,
numpyversion andtensorflowversion 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)-------
边栏推荐
- shap库源码和代码实现
- tensorflow和numpy对应的版本,报FutureWarning: Passing (type, 1) or ‘1type‘ as a synonym of type is deprecate
- 用Word写代码
- Create a table in a MySQL database through Doc
- 机器学习--线性回归(Linear Regression)
- 数据存储:对dataframe类,使用to_csv()将中文数据写入csv文件
- 单元测试1之单元测试的引用
- xmms已经发布到v1.3了,好久没写博客了
- Unix System Programming Chapter 15 15.2 Pipes
- Unix Environment Programming Chapter 14 14.4 I/O Multiplexing
猜你喜欢
随机推荐
一键完成物联网产品注册,快速体验在线调试设备
MySQL和MyEclipse的数据库连接操作
Unix Environment Programming Chapter 14 14.8 Memory Mapped I/O
常用语言图表库总结
深度学习--自编码器(AutoEncoder)
Database connection operations for MySQL and MyEclipse
Shell script combat (2nd edition) / People's Posts and Telecommunications Press Script 2 Validate input: letters and numbers only
1001 害死人不偿命的(3n+1)猜想 (15 分)
好久没更新博客了
【原创】解决阿里云oss-browser.exe双击没反应打不开,提供一种解决方案
MySQL索引的B+树到底有多高?
UNIX Environment Programming Chapter 15 15.6 XSI IPC
想了解API接口,这一篇就够了
Unix Environment Programming Chapter 15 15.9 Shared Storage
自启服务mock联调跨域问题
中断系统结构及中断控制
tensor.eq() tensor.item() tensor.argmax()
今天做了手机播放器的均衡器
UNIX Environment Programming Chapter 15 15.5FIFO
备战金三银四:如何成功拿到阿里offer(经历+面试题+如何准备)









