fast-style-transfer icon indicating copy to clipboard operation
fast-style-transfer copied to clipboard

What are the requirements exactly?

Open peter-de-boer opened this issue 7 years ago • 4 comments
trafficstars

The readme file says the requirements are:

TensorFlow 0.11.0 Python 2.7.9, Pillow 3.4.2, scipy 0.18.1, numpy 1.11.2

But they seem outdated. I saw a few references to tensorflow 1.0.0. What are the full requirements exactly?

peter-de-boer avatar Mar 17 '18 10:03 peter-de-boer

Also curious if this repo will work with newer versions. Would appreciate an updated list of requirements if anybody has them. Thanks!

marcsyp avatar May 28 '18 23:05 marcsyp

It seems that ffmpeg and moviepy are both required if you want to train a new style

Scoobadood avatar May 29 '18 00:05 Scoobadood

I can confirm the above -- and add scipy to the list.

Also, I can confirm that I was able to train a style and evaluate using TensorFlow 1.8.0 built against CUDA 9.1 (using a wheel I found on the web because my gfx card is only supported in CUDA 9.1+ but tensorflow currently is only officially built against 9.0).

Cheers, Marc

marcsyp avatar May 30 '18 18:05 marcsyp

I can't seem to get round the paradox of needing python 2.79 for these scripts and that there seems to be no way to install tensorflow for that version - I've got it installed in python 3.x but get this when I run style.py in 2.79

Traceback (most recent call last): File "style.py", line 5, in from optimize import optimize File "src\optimize.py", line 3, in import vgg, pdb, time File "src\vgg.py", line 3, in import tensorflow as tf ImportError: No module named tensorflow

any ideas or leads anyone has will be gratefully accepted :)

Chris

krupax avatar Aug 20 '18 09:08 krupax