what does the question mark in tensorflow shape mean?

前端 未结 1 1067
一生所求
一生所求 2020-12-09 07:43

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

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


        
相关标签:
1条回答
  • 2020-12-09 08:39

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

    0 讨论(0)
提交回复
热议问题