Ben Wu
Ben Wu
yea, it feels laggy on my iPhone 6s+
change to this seems to work. ``` return cythonize(cython_srcs, include_dirs=[numpy.get_include()]) ``` Also need to run python setup.py build_ext --inplace and then run python setup.py --without-cuda install
I don't have a computer with Nvidia graphic card. So Testing on my macbook (early 2015). It is also super slow.
I ran the following command: ``` python neural_artistic_style.py --subject images/tuebingen.jpg --style images/starry_night.jpg CUDArray: CUDA back-end not available, using NumPy. ``` This has been run for a week now. I have...
Thanks! Will try it on GPU if I have a chance :+1: