Expected int32, got list containing Tensors of type '_Message' instead.

在使用facenet训练时遇到了一个错误:Expected int32, got list containing Tensors of type '_Message'。错误的根本原因是TensorFlow版本不兼容。解决方案在于检查并更新facenet.py中的inception方法,可能需要适应当前TensorFlow库的版本需求进行代码调整。" 115767289,8740270,机器学习中的熵(Entropy)概念详解,"['机器学习', '信息熵', '统计学习', '数据挖掘']

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

报错描述:

在训练facenet时遇到如下报错   Expected int32, got list containing Tensors of type '_Message' instead.

---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
<ipython-input-3-695ac180e28b> in <module>()
     11 phase_train_placeholder = tf.placeholder(tf.bool, name='phase_train')
     12 
---> 13 embeddings = network.inference(images_placeholder, FLAGS.pool_type, FLAGS.use_lrn, 1.0, phase_train=phase_train_placeholder)
     14 
     15 # embeddings = network.inference(images_placeholder, 'MAX', False, 1.0, phase_train=phase_train_placeholder)

/home/cqh2/Desktop/yobiface-master/src/models/nn4.pyc in inference(images, pool_type, use_lrn, keep_probability, phase_train)
     24   pool3 = facenet.mpool(lrn2,  
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值