张量流形状中的问号是什么意思? [英] what does the question mark in tensorflow shape mean?

查看:64
本文介绍了张量流形状中的问号是什么意思?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在研究品红色代码,并打印其张量对象.我得到了这个结果:

I'm looking into magenta code, and printing its tensor object. I got this result:

Tensor("fully_connected/BiasAdd:0", shape=(?, 38), dtype=float32)

这个问号形状是什么意思?

What does this question mark in shape mean?

推荐答案

这意味着图中的第一维不是固定的,它可以在运行调用之间变化

It means that first dimension is not fixed in the graph and it can vary between run calls

这篇关于张量流形状中的问号是什么意思?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆