TensorFlow implementation of EigenGAN: Layer-Wise Eigen-Learning for GANs
EigenGAN TensorFlow implementation of EigenGAN: Layer-Wise Eigen-Learning for GANs EigenGAN Usage Environment Python 3.6 TensorFlow 1.15 OpenCV, scikit-image, tqdm, oyaml we recommend Anaconda or Miniconda, then you can create the environment with commands below conda create -n EigenGAN python=3.6 source activate EigenGAN conda install opencv scikit-image tqdm tensorflow-gpu=1.15 conda install -c conda-forge oyaml NOTICE: if you create a new conda environment, remember to activate it before any other command source activate EigenGAN Data Preparation CelebA-unaligned (10.2GB, higher quality than the […]
Read more