TORCHFITTER ============= `torchfitter` is a simple library to ease the training of PyTorch models. It features a class called `Trainer` that includes the basic functionality to fit models in a Keras-like style. The library also provides a callbacks API that can be used to interact with the model during the training process, as well as a set of basic regularization procedures. Additionally, you will find the `Manager` class which allows you to run multiple experiments for different random seeds. .. toctree:: :maxdepth: 2 :caption: Contents: install.rst quickstart.rst torchfitter.rst torchfitter.trainer.rst torchfitter.utils.rst torchfitter.testing.rst torchfitter.manager.rst torchfitter.regularization.rst torchfitter.io.rst torchfitter.callbacks.rst Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`