Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 538 Bytes

trainer.rst

File metadata and controls

17 lines (13 loc) · 538 Bytes

torchgan.trainer

.. currentmodule:: torchgan.trainer

This subpackage provides ability to perform end to end training capabilities of the Generator and Discriminator models. It provides strong visualization capabilities using tensorboardX. Most of the cases can be handled elegantly with the default trainer itself. But if incase you need to subclass the trainer for any reason follow the docs closely.

Trainer

.. autoclass:: Trainer
    :members: