Model

Learn about the model class and the different types of functions that come along with it.

Introduction to models

In PyTorch, a model is represented by a regular Python class that inherits from the Module class.

Get hands-on with 1200+ tech skills courses.