- Notifications
You must be signed in to change notification settings - Fork27
MingwangLin/cyclegan-keras
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
keras implementation of cycle-gan based onpytorch-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 onKeras.js andkeras.js demos
- Model trained by juyter notebook version of this git repo
- CheckDemo-Introduction or mydemo-repo for more details