Completed
Overloading
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Inside TensorFlow - AutoGraph
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro, background, motivation
- 2 The life of a function
- 3 Caching
- 4 Overloading
- 5 Preserving Python scopes
- 6 Basic example
- 7 The solution in the Python case
- 8 Power features
- 9 Debugging
- 10 Python and Graph code
- 11 Eager code
- 12 TF control flow - restrictions
- 13 TF iterators
- 14 Exception-driven control flow
- 15 Python collections
- 16 Shape invariants, type changes
- 17 More type changes
- 18 Graph construction errors