Skip to content

Tags: tamell/torchgan

Tags

v0.0.4

Toggle v0.0.4's commit message
Create new release with installation fixes (torchgan#129)

v0.0.3

Toggle v0.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release new version (torchgan#119)

* Add paper information to README and docs

* Upgrade to stable version

v0.0.2

Toggle v0.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v0.0.1

Toggle v0.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request torchgan#26 from torchgan/readthedocs

Documentation Updates