Open VincentGemm opened 7 years ago
Hi VincentGemm,
See issue #15 . Is that the same?
Cam
I'm getting the same error : Help please
`---- RENDERING SINGLE IMAGE ----
2017-05-08 15:16:54.715167: W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE4.1 instructions, but these are available on your machine and could speed up CPU computations. 2017-05-08 15:16:54.715195: W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE4.2 instructions, but these are available on your machine and could speed up CPU computations. 2017-05-08 15:16:54.715203: W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use AVX instructions, but these are available on your machine and could speed up CPU computations. 2017-05-08 15:16:54.715210: W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use AVX2 instructions, but these are available on your machine and could speed up CPU computations. 2017-05-08 15:16:54.715218: W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use FMA instructions, but these are available on your machine and could speed up CPU computations.
BUILDING VGG-19 NETWORK
loading model weights...
constructing layers...
LAYER GROUP 1
Traceback (most recent call last):
File "neural_style.py", line 872, in
Even I am getting same error kindly help me out .
Now, I downloaded the proper VGG file www.vlfeat.org/matconvnet/models/imagenet-vgg-verydeep-19.mat --and this wonderfulness now it functions. Thanks for this amazing work!
I had to move my whole project file into my C drive (where my python install is located). Once I did that I stopped getting this error.
Hello, i'm running this line: bash stylize_image.sh ./image_input/lion.jpg ./styles/kandinsky.jpg
and i'm getting this error can help me?
TypeError: Input 'filter' of 'Conv2D' Op has type string that does not match type float32 of argument 'input'.