ValueError: setting an array element with a sequence

16 篇文章 2 订阅

ValueError: setting an array element with a sequence问题主要有几种以下的情况:

  1. 输入到模型里的数据没严格转换成 np.arry()形式,
  2. 矩阵没对齐,个别行成员数量与其他不一致,不如0的缺省等。
  3. 数据dtype不对或者说不一致,应该统一成 np.float64, int或者其他。

feeds = {
    sbl.input_x1: x1_train_batch,
    sbl.input_x2: x2_train_batch,
    sbl.input_y: y_train_batch,
    sbl.dropout_keep_prob: FLAGS.dropout_keep_prob
}

字典中,x1_train_batchx2_train_batch 的维度不一样

又如:

 np.array([1,2,3,[4,5,6]])
 ValueError: setting an array element with a sequence.
  • 参考文献

ValueError: setting an array element with a sequence问题解决思路_人工智能_Poo_Chai的博客-CSDN博客
https://blog.csdn.net/Poo_Chai/article/details/91040938

ValueError: setting an array element with a sequence._Python_qq_24140919的博客-CSDN博客
https://blog.csdn.net/qq_24140919/article/details/88851855

ValueError: setting an array element with a sequence. tensorflow numpy_人工智能_xgli的博客-CSDN博客
https://blog.csdn.net/lxg0807/article/details/53883671

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值