architectureΒΆ
Defines a set of models to be used within tiatoolbox.
Functions
Get the pretrained model information from yml file. :param model_name: Refer to ::py::meth:get_pretrained_model for all supported model names. :type model_name: str :param save_path: Path to save the weight of the corresponding model_name. :type save_path: str :param overwrite: To always overwriting downloaded weights. :type overwrite: bool. |
|
Load a predefined PyTorch model with the appropriate pretrained weights. |
Defines CNNs as used in IDaRS for prediction of molecular pathways and mutations. |
|
Defines a set of ResNet variants to be used within tiatoolbox. |
|
Defines utlity layers and operators for models in tiatoolbox. |
|
Defines vanilla CNNs with torch backbones, mainly for patch classification. |