I'm getting the shape of a TensofFlow tensor as:
(?,)
This answer says that the ?
means that the dimension is not fixed in the graph and it can vary between run calls.
What does the ?
mean in conjuction with the trailing comma?
Documentation chapter and verse would be appreciated. I find syntax very difficult to google.