TensorFlow Interview Questions and Answers
Question: Explain the difference between eager execution and graph execution in TensorFlow.Answer: Eager execution evaluates operations immediately, while graph execution involves building a computational graph to be executed later. Eager execution is the default mode in TensorFlow 2.x.Example: No explicit session or graph code is required in TensorFlow 2.x |
Save For Revision
Bookmark this item, mark it difficult, or place it in a revision set.
Log in to save bookmarks, difficult questions, and revision sets.
Is it helpful? Yes No
Most helpful rated by users: