models¶
- mfai.pytorch.models.load_from_settings_file(model_name, in_channels, out_channels, settings_path, input_shape)[source]¶
Instanciate a model from a settings file with Schema validation.
Interface contract for our models. |
|
Implementation of CLIP (Contrastive Langage-Image Pre-training) model. |
|
Submodules of DGMR model. |
|
Graph Neural Network architectures adapted from https://github.com/mllam/neural-lam. |
|
SegFormer adapted from https://github.com/lucidrains/segformer-pytorch. |
|
pytorch models wrapped for DSM/LabIA projects. |
|
UnetR++ Vision transformer based on: "Shaker et al., Adapted from https://github.com/Amshaker/unetr_plus_plus Added 2d support and Bilinear interpolation for upsampling. |
|
VIT adapted from Lucidrain's repo https://github.com/lucidrains/vit-pytorch. |
|
This model takes weather/2d inputs (batch, features, height, width) and produces tokens for multimodal language models. |