Answer Posted / Shobha Yadav
A TensorFlow Variable is a storage location that holds a value and can be updated during training, whereas a Placeholder is an empty container used to feed data into the network during training or evaluation. A Variable usually has a shape that gets initialized with some values at the beginning of the training process, while a Placeholder does not have any initial value.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers