TachibanaYoshino / AnimeGAN

A Tensorflow implementation of AnimeGAN for fast photo animation ! This is the Open source of the paper 「AnimeGAN: a novel lightweight GAN for photo animation」, which uses the GAN framwork to transform real-world photos into anime images.
4.49k stars 660 forks source link

Added google colab notebook #25

Open HanYangZhao opened 4 years ago

HanYangZhao commented 4 years ago

Added a google colab notebook for those who don't have GPU

The notebook contains a bash script that will download all the assets in the playground machine. It uses tensorflow 1.15 because only CUDA 10 is installed on the playground machine. The repo that is cloned is from https://github.com/Quentin-M/AnimeGAN.git since he fixed some of the deprecation issues with tensorflow and removed the CUDA env variable

wangerzi commented 4 years ago

Great work!!! It's helpful for me, document is clear and easy to use!