models
Models utilising the PyTorch backend.
Module
Submodules
- bitfount.backends.pytorch.models.base_models - Base models and helper classes using PyTorch as the backend.
- bitfount.backends.pytorch.models.bitfount_model - Contains PyTorch implementations of the BitfountModel paradigm.
- bitfount.backends.pytorch.models.bitfount_model_migration - Migration code for converting between PyTorchBitfountModels v1 and v2.
- bitfount.backends.pytorch.models.inference_model - PyTorch inference models for Bitfount.
- bitfount.backends.pytorch.models.nn - Neural Network classes and helper functions for PyTorch.