ELI5: Explain Like I'm 5

Eager execution

Eager Execution is a way of running programs. With Eager Execution, a program is run as soon as you tell it to, instead of waiting before you give it instructions. This makes it easier for you to see what happens when you tell a program what to do, because it runs right away. Eager Execution makes it easier to debug and fix mistakes in your program.
Related topics others have asked about: