composer.models#
The models module contains the ComposerModel
base class along with reference
implementations of many common models. Additionally, it includes task-specific convenience
ComposerModel
s that wrap existing Pytorch models with standard forward passes
and logging to enable quick interaction with the Trainer
.
See Composer Model for more details.
Functions
Write a |
Classes
A convenience class that creates a |
|
A wrapper class that converts ๐ค Transformers models to composer models. |
|
Sets the initialization scheme for different layers of a PyTorch model. |