• tf.sub()更改为tf.subtract()
  • tf.mul()更改为tf.multiply()
  • tf.types.float32更改为tf.float32
  • tf.pact()更改为tf.stact()
  • tf.select()更改为tf.where()
  • tf.per_image_whitening 改为 tf.image.per_image_standardization

更多参考:Remove tf.train.SummaryWriter and tf.train.SummaryWriterCache.

module 'pandas.core.computation' has no attribute 'expressions'

pd.core.computation.expressions.set_use_numexpr(False)
AttributeError: 'module' object has no attribute 'expressions'

解决方案:

conda update dask pandas

pip throws TypeError: parse() got an unexpected keyword argument 'transport_encoding' when trying to install new packages

解决方案:

conda install pip

最新文章

  1. bzoj4750: 密码安全
  2. 谷歌浏览器安装adblock广告屏蔽插件
  3. sdutoj 2151 Phone Number
  4. 通俗理解隐马尔科夫模型HMM(转载)
  5. php截取指定字符串之间的字符串的类
  6. hdoj 5371 Hotaru's problem
  7. mysql的两阶段提交协议
  8. The _imageingft C module is not installed
  9. wireshark不仅仅是用来抓包分析网络的;
  10. Frequent Pattern 挖掘之一(Aprior算法)(转)
  11. MySql处理数据库和表
  12. zencart侧边导航点击一级目录展开二级目录
  13. ECSHOP自动收货解决方案 【附代码】
  14. 我的第一个python web开发框架(8)——项目结构与RESTful接口风格说明
  15. JAVA浮点数计算精度损失底层原理与解决方案
  16. Redis 由浅入深
  17. goroute应用-模拟远程调用RPC
  18. 【Java】List遍历时删除元素的正确方式
  19. element-ui <el-select> + <el-option> 回显格式为中文 传值格式为对应value
  20. 从零开始学安全(二十七)●利用Nmap对防火墙,IDS,IPS 进行欺骗

热门文章

  1. 2017ACM暑期多校联合训练 - Team 6 1002 HDU 6097 Mindis (数学)
  2. JWT机制了解
  3. Hive ORC表的使用
  4. bootstrap通过ajax请求JSON数据后填充到模态框
  5. 图解IIS8上解决ASP.Net第一次访问慢的处理
  6. Android 开发笔记(二)菜单设计
  7. 全局应用程序类(Global.asax)
  8. [ python ] 购物系统
  9. ASP.NET Core 2.0 MVC 发布部署--------- ASP.NET Core 发布的具体操作
  10. mysql触发器(Trigger)简明总结和使用实例