model
The model package provides tools for working with Xpdeep models.
Modules:
Name | Description |
---|---|
feature_extraction_output_type |
The feature extraction model output structure. |
model_parameters |
Model hyperparameters. |
torch_model |
Define the TorchModel, an interface to create a XpdeepModel from a torch nn module. |
trained_model_artifact |
Trained model. |
xpdeep_model |
Define the xpdeep explainable model. |
zoo |
List of available torch models and losses as an example. |