您的位置:首页 > 大数据 > 人工智能

TypeError: Expected int32, got list containing Tensors of type '_Message' instead.解决方法

2017-08-09 13:10 585 查看
0.x版本:数字在前,tensors在后:

tf.concat(n, tensors)
1.0及以后版本:tensors在前,数字在后:

tf.concat(tensors, n)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐