
keras
文章平均质量分 81
梦飞天
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ValueError: Input arrays should have the same number of samples as target arrays.
在做图片中缺陷分类项目时出现正面报错信息: Using TensorFlow backend. (x_train.shape: (144, 1920, 2560) (y_train.shape: (144, 12) (x_test.shape: (24, 1920, 2560) (y_test.shape: (24, 12) x_train shape: (144, 1920, 2560, 1)...原创 2018-09-27 23:07:32 · 12594 阅读 · 5 评论 -
InvalidArgumentError (see above for traceback): Cannot parse tensor from proto: dtype: DT_FLOAT
今天运行一个深度学习任务竟然报了这么长的错。 查了一些资料还没有解决,难道是内存太小? 运行的同时打开任务管理器发现内存并没有达到100%就报错了。 来一位大神帮帮我吧。 python D:\TIANCHI\code\al1.py Using TensorFlow backend. (x_train.shape: (144, 1920, 2560) (y_train.shape...原创 2018-09-27 23:54:43 · 3009 阅读 · 6 评论