I am new to tensorflow and I want to create
Tensor("batch:0",shape=(?, 299, 299, 3), dtype=float32)
- How can I can create This?
- What is the meaning of "?" in it.
Thanks
I am new to tensorflow and I want to create
Tensor("batch:0",shape=(?, 299, 299, 3), dtype=float32)
Thanks
It means that this dimension is not fixed in the graph and it can vary between different run calls.