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.models - Model implementations using PyTorch.
- bitfount.backends.pytorch.models.nn - Neural Network classes and helper functions for PyTorch.
- bitfount.backends.pytorch.models.torch_functions - Extra pytorch related functions not written by the Bitfount team found here.