Tags: tamell/torchgan
Tags
Release new version (torchgan#119) * Add paper information to README and docs * Upgrade to stable version
Add Tutorials for torchgan (torchgan#67) * Fix API and add some docs for layers * Add docs for residual block * Add a page for design philosophy * Update the readme * Basic Tutorial Template * Run tutorial with mnist * Revamp the README * Complete the docs for layers API * Add generator loss docs * Add discriminator loss docs * Add partially complete loss documentation * Fix trainer docs * Minor Typos * Link correct paper * Make l2normalize an internal method * Add the logger docs * Add partially complete model docs * Finish model docs * Finish loss docs * Minor Latex fixes * Function name change * Add SAGAN Tutorial * Add BGAN Tutorial * Add Intro To TorchGAN tutorial * Add final set of tutorials * Update the BGAN Tutorial * Final doc fixes * Minor fix
Merge pull request torchgan#26 from torchgan/readthedocs Documentation Updates