I am currently trying to run a project from GitHub: https://github.com/nilboy/pixel-recursive-super-resolution
After installing ubuntu on VM, I installed python with
You need to install Cuda 8.0 and configure the environment as below:
export PATH="$PATH:/usr/local/cuda-8.0/bin" export LD_LIBRARY_PATH="/usr/local/cuda-8.0/lib64"