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?
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