Completed
Python is slow
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
PyTorch - Fast Differentiable Dynamic Graphs in Python
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Overview of the talk
- 3 Machine Translation
- 4 Adversarial Networks
- 5 Adversarial Nets
- 6 Chained Together
- 7 Trained with Gradient Descent
- 8 Computation Graph Toolkits Declarative Toolkits
- 9 Imperative Toolkits
- 10 Seamless GPU Tensors
- 11 Neural Networks
- 12 Python is slow
- 13 Types of typical operators
- 14 Add - Mul A simple use-case
- 15 High-end GPUs have faster memory
- 16 GPUs like parallelizable problems
- 17 Compilation benefits
- 18 Tracing JIT