├── README.md ├── convert_images.py ├── model.py ├── presentation.pdf ├── run_model.sh ├── scrape_images.py └── test_model.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avril-affine/GAN/HEAD/README.md -------------------------------------------------------------------------------- /convert_images.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avril-affine/GAN/HEAD/convert_images.py -------------------------------------------------------------------------------- /model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avril-affine/GAN/HEAD/model.py -------------------------------------------------------------------------------- /presentation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avril-affine/GAN/HEAD/presentation.pdf -------------------------------------------------------------------------------- /run_model.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avril-affine/GAN/HEAD/run_model.sh -------------------------------------------------------------------------------- /scrape_images.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avril-affine/GAN/HEAD/scrape_images.py -------------------------------------------------------------------------------- /test_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avril-affine/GAN/HEAD/test_model.py --------------------------------------------------------------------------------