keras implementation of cycle-gan based on pytorch-CycleGan (by junyanz) and [tf/torch/keras/lasagne] (by tjwei)
train.py has not been tested, CycleGAN-keras.ipynb is recommended and tested OK on
- Ubuntu 16.04
- Python 3.6
- Keras 2.1.2
- Tensorflow 1.0.1
- NVIDIA GPU + CUDA8.0 CuDNN6 or CuDNN5
Colorize manga with Cycle-GAN model totally run in browser.
- Built based on Keras.js and keras.js demos
- Model trained by juyter notebook version of this git repo
- Check Demo-Introduction or my demo-repo for more details