├── .gitignore ├── Generative_Adversarial_Networks_PyTorch.ipynb ├── Generative_Adversarial_Networks_PyTorch_LOGAN.ipynb ├── LOGAN-rafael-brandon-v1.pdf ├── README.md └── requirements.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rafaelbidese/LOGAN/HEAD/.gitignore -------------------------------------------------------------------------------- /Generative_Adversarial_Networks_PyTorch.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rafaelbidese/LOGAN/HEAD/Generative_Adversarial_Networks_PyTorch.ipynb -------------------------------------------------------------------------------- /Generative_Adversarial_Networks_PyTorch_LOGAN.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rafaelbidese/LOGAN/HEAD/Generative_Adversarial_Networks_PyTorch_LOGAN.ipynb -------------------------------------------------------------------------------- /LOGAN-rafael-brandon-v1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rafaelbidese/LOGAN/HEAD/LOGAN-rafael-brandon-v1.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rafaelbidese/LOGAN/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rafaelbidese/LOGAN/HEAD/requirements.txt --------------------------------------------------------------------------------