Skip to main content

PyTorch

Installation​

pip install superduper_torch

API​

superduper allows users to work with arbitrary torch models, with custom pre-, post-processing and input/ output data-types, as well as offering training with superduper

ClassDescriptionGitHubAPI-docs
superduper.ext.torch.model.TorchModelWraps a PyTorch modelCodeDocs
superduper.ext.torch.model.TorchTrainerMay be attached to a TorchModel for trainingCodeDocs