├── README.md ├── architecture.py ├── createPhotos.py ├── data_ops.py └── train.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cameronfabbri/LSGANs-Tensorflow/HEAD/README.md -------------------------------------------------------------------------------- /architecture.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cameronfabbri/LSGANs-Tensorflow/HEAD/architecture.py -------------------------------------------------------------------------------- /createPhotos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cameronfabbri/LSGANs-Tensorflow/HEAD/createPhotos.py -------------------------------------------------------------------------------- /data_ops.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cameronfabbri/LSGANs-Tensorflow/HEAD/data_ops.py -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cameronfabbri/LSGANs-Tensorflow/HEAD/train.py --------------------------------------------------------------------------------