会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Loading
记录想法,分享知识
首页
新随笔
订阅
管理
2022年3月12日
BUG | ValueError: Shape mismatch: The shape of labels (received (320,)) should equal the shape of logits except for the last dimension (received (64, 5)).
摘要: 1 TensorFlow报错 报错信息: 2 报错原因 字面原因: 这个问题是由于输出层的类别数和训练数据shape不同导致。 底层原因: Step1 : 代码中,我通过ImageDataGenerator函数获取的图像生成器,会自动将图像label转为one-hot编码格式 train_image
阅读全文
posted @ 2022-03-12 11:42 李一李呀
阅读(154)
评论(0)
推荐(0)
编辑
公告