yamle.models package#
- yamle.models.model_factory(model_type=None)[source]#
This function is used to return a model instance based on the model type.
- Parameters:
model_type¶ (str) – The type of model to create.
- Return type:
Type[Module]
Submodules#
- yamle.models.convnet module
- yamle.models.densenet module
- yamle.models.fc module
- yamle.models.gp module
- yamle.models.mixer module
- yamle.models.model module
- yamle.models.operations module
output_activation()OutputActivationReshapeOutputReshapeInputUnsqueezeAddMultiplyResidualLayerParallelModelNormalizationPoolingActivationMatrixMultiplicationLinearNormActivationConv2dNormActivationDoubleConv2dDepthwiseSeparableConv2dCompletelySeparableConv2dSqueezeAndExcitationLSTMLambdaReductionScalarMultiplierScalarAdderLinearExtractorConv2dExtractor
- yamle.models.resnet module
- yamle.models.rnn module
- yamle.models.transformer module
- yamle.models.unet module
- yamle.models.vgg module
- yamle.models.visual_transformer module