Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 985 Bytes

index.rst

File metadata and controls

36 lines (29 loc) · 985 Bytes

torchgan

The :mod:`torchgan` package consists of various generative adversarial networks and utilities that have been found useful in training them. This package provides an easy to use API which can be used to train popular GANs as well as develop newer variants. The core idea behind this project is to facilitate easy and rapid generative adversarial model research.

.. toctree::
    :caption: GETTING STARTED
    :maxdepth: 2

    getting_started/installation
    getting_started/dependencies
    getting_started/philosophy
    getting_started/contributing
    getting_started/basic_example
    getting_started/license

.. toctree::
    :caption: API DOCUMENTATION
    :maxdepth: 2

    modules/layers
    modules/logging
    modules/losses
    modules/metrics
    modules/models
    modules/trainer

.. toctree::
    :caption: TUTORIALS
    :maxdepth: 2

    tutorials/intro.rst
    tutorials/sagan.rst
    tutorials/custom_loss.rst
    tutorials/cyclegan.rst