ertk.pytorch.models
PyTorch implementations of various models.
|
Get a PyTorch model by name. |
|
Get a PyTorch model creation function. |
|
Base class for PyTorch model configuration dataclasses. |
|
Base class for PyTorch models. |
|
A model that takes input x, gives output y, and has a single loss function. |
|
A classification model that takes input x, gives output probabilities y, and has a single loss function. |
|
Wraps a torch Module instance to make it compatible with PyTorch Lightning. |
Models
Implementation of the model architecture from [Re3b58da5fc0a-1]. |
|
Simple multi-layer perceptron (MLP) model. |
|
Implementation of the model from [Rdb37ca905c48-1]. |
Layers
PyTorch layers for use in models. |