• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






xgboost

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

2017年12月13日

CIFAR-10训练例子报错解决
摘要: 转载出处 以下报错主要是由于TensorFlow升级1.0后与以前代码不兼容所致。 1.AttributeError: 'module' object has noattribute 'random_crop' 解决方案: 将distorted_image= tf.image.random_crop 阅读全文
posted @ 2017-12-13 16:03 acrush_fighter 阅读(608) 评论(0) 推荐(0)
 
TensorFlow不同版本引起的错误
摘要: 转载出处 这几天分别基于tensorflow0.11和1.0版本测试,记录下两个版本不同的API, 参考:http://blog.csdn.NET/edwards_june/article/details/65652385 前4个是 V0.11 的API 用在 V1.0 的错误 1. Attribu 阅读全文
posted @ 2017-12-13 16:01 acrush_fighter 阅读(243) 评论(0) 推荐(0)
 
Tutorial第二个例子-深入MNIST-卷积神经网络
摘要: 转载:TensorFlow学习笔记(三):Tutorial第二个例子-深入MNIST-卷积神经网络 1. 卷积神经网络结构及与LeNet-5的区别 在网上找了一个卷积神经网络的教程,http://blog.csdn.net/zouxy09/article/details/8781543/ 其实最好学 阅读全文
posted @ 2017-12-13 15:05 acrush_fighter 阅读(252) 评论(0) 推荐(0)
 
人脸数据集链接
摘要: 人脸数据集链接:http://blog.csdn.net/lilai619/article/details/51178971 阅读全文
posted @ 2017-12-13 14:15 acrush_fighter 阅读(156) 评论(0) 推荐(0)