Skip to content

model

The model package provides tools for working with Xpdeep models.

Modules:

Name Description
model_builder

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.