This project is, by far, the easiest to set up of the nn style transfer repos I've encountered. It might be nice to include in the guide a brief example of a conda environment setup that works on Ubuntu (with anaconda):
conda create -n nst numpy scipy pil h5py keras tensorflow-gpu
As long as you have an NVIDIA GPU and latest driver installed ahead of time, this will relieve you of the need to manually install CUDA and cuDNN.
This project is, by far, the easiest to set up of the nn style transfer repos I've encountered. It might be nice to include in the guide a brief example of a conda environment setup that works on Ubuntu (with anaconda):
conda create -n nst numpy scipy pil h5py keras tensorflow-gpu
As long as you have an NVIDIA GPU and latest driver installed ahead of time, this will relieve you of the need to manually install CUDA and cuDNN.