I have been trying to run this Tensorflow style transfer implementation - https://github.com/anishathalye/neural-style on Windows (the GPU version), but I am getting this error:
ResourceExhaustedError (see above for traceback): OOM when allocating tensor with shape[64,239400] [[Node: gradients/MatMul_grad/MatMul = MatMul[T=DT_FLOAT, transpose_a=false, transpose_b=true, _device="/job:localhost/replica:0/task:0/gpu:0"](gradients/truediv_2_grad/tuple/control_dependency, Reshape)]]
I am a complete beginner in both Tensorflow and Python so I don't really know how to fix this.