semipy.models
Warning
This section is in construction.
This module provides an easy tool to get models from PyTorch, but also adds new WideResNets not included in PyTorch.
Classes
API Reference | Description |
---|---|
semipy.models.WideResNet | To create specific Wide ResNets that are not present in PyTorch. |
Functions
API Reference | Description |
---|---|
semipy.models.get_model | To retrieve any pre-trained (or not) model from PyTorch. |