C:\ProgramData\Anaconda3\envs\python36tfgpu\lib\site-packages\tensorflow\python\framework\dtypes.py:516: 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'.

_np_qint8 = np.dtype([("qint8", np.int8, 1)])

C:\ProgramData\Anaconda3\envs\python36tfgpu\lib\site-packages\tensorflow\python\framework\dtypes.py:517: 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'.

_np_quint8 = np.dtype([("quint8", np.uint8, 1)])

C:\ProgramData\Anaconda3\envs\python36tfgpu\lib\site-packages\tensorflow\python\framework\dtypes.py:518: 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'.

_np_qint16 = np.dtype([("qint16", np.int16, 1)])

C:\ProgramData\Anaconda3\envs\python36tfgpu\lib\site-packages\tensorflow\python\framework\dtypes.py:519: 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'.

_np_quint16 = np.dtype([("quint16", np.uint16, 1)])

C:\ProgramData\Anaconda3\envs\python36tfgpu\lib\site-packages\tensorflow\python\framework\dtypes.py:520: 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'.

_np_qint32 = np.dtype([("qint32", np.int32, 1)])

C:\ProgramData\Anaconda3\envs\python36tfgpu\lib\site-packages\tensorflow\python\framework\dtypes.py:525: 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'.

np_resource = np.dtype([("resource", np.ubyte, 1)])

C:\ProgramData\Anaconda3\envs\python36tfgpu\lib\site-packages\tensorboard\compat\tensorflow_stub\dtypes.py:541: 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'.

_np_qint8 = np.dtype([("qint8", np.int8, 1)])

C:\ProgramData\Anaconda3\envs\python36tfgpu\lib\site-packages\tensorboard\compat\tensorflow_stub\dtypes.py:542: 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'.

_np_quint8 = np.dtype([("quint8", np.uint8, 1)])

C:\ProgramData\Anaconda3\envs\python36tfgpu\lib\site-packages\tensorboard\compat\tensorflow_stub\dtypes.py:543: 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'.

_np_qint16 = np.dtype([("qint16", np.int16, 1)])

C:\ProgramData\Anaconda3\envs\python36tfgpu\lib\site-packages\tensorboard\compat\tensorflow_stub\dtypes.py:544: 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'.

_np_quint16 = np.dtype([("quint16", np.uint16, 1)])

解决办法:

先在Anconda prompt里面运行以下代码:

pip install -U numpy==1.15.0

以降低numpy的版本,问题就得到解决。

参考网址:

最新文章

  1. Fixing “WARNING: UNPROTECTED PRIVATE KEY FILE!” on Linux
  2. SequoiaDB 系列之三 :SequoiaDB的高级功能
  3. boost.compressed_pair源码剖析
  4. poj -2010 Moo University - Financial Aid (优先队列)
  5. cocos2d-x 3.2 椭圆运动
  6. 解决VS2012新建MVC3等项目时,收到加载程序集“NuGet.VisualStudio.Interop…”的错误
  7. Using self-defined Parcelable objects during an Android AIDL RPC / IPC call
  8. 差别不在英语水平,而在汉语水平If you do not leave me, we will die together.
  9. [转载]cin、cin.get()、cin.getline()、getline()、gets()函数的用法
  10. 记录break和continue的区别
  11. 逆向wireshark学习SSL协议算法(转)
  12. C#中另辟蹊径解决JSON / XML互转的问题
  13. 如何高逼格读取Web.config中的AppSettings
  14. WPF 圆角输入框
  15. AS中jar包和aar包区别及导入导出
  16. struts2+springmvc+hibernate开发。个人纪录
  17. prometheus监控示例
  18. 消息队列&Celery&RabbitMQ&zeromq
  19. 【转】IAR for STM8介绍、下载、安装与注册
  20. MySQL 5.7.21版本sql_mode=only_full_group_by问题

热门文章

  1. tp入门
  2. SpringCloud(一)- SpringCloud简介
  3. 数据库对应的jdb连接
  4. 由一次安全扫描引发的思考:如何保障 API 接口的安全性?
  5. ES[7.6.x]学习笔记(十一)与SpringBoot结合
  6. Bank5
  7. idea本地Maven仓库不能下载依赖jar包的解决方案
  8. Docker 笔记一相关命令
  9. 50个SQL语句(MySQL版) 问题八
  10. 前端和Nodejs的关系 简单理解