Answer Posted / Neeraj Nikhra
In TensorFlow, the lifetime of a variable is from its creation until it is explicitly destroyed or the graph containing it is closed. By default, variables are persistent across sessions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers