Gist Implementation of colorization algorithms using generative networks. Prerequisites Tensorflow 1.7 Getting Started Installation Clone this repo Install Tensorflow and dependencies from https://www.tensorflow.org/install/ Install python requirements: pip install -r requirements.txt Dataset We use CIFAR-10 and Places365 datasets. Put them under the datasets folder.