Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The TensorFlow library wasn't compiled to use SSE、AVX 、FMA? #112

Closed
tss12 opened this issue Feb 5, 2018 · 12 comments
Closed

The TensorFlow library wasn't compiled to use SSE、AVX 、FMA? #112

tss12 opened this issue Feb 5, 2018 · 12 comments

Comments

@tss12
Copy link

tss12 commented Feb 5, 2018

2018-02-05 17:40:45.026070: 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.
2018-02-05 17:40:45.026107: 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.
2018-02-05 17:40:45.026115: 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.
2018-02-05 17:40:45.026123: 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.
2018-02-05 17:40:45.026130: W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use AVX512F instructions, but these are available on your machine and could speed up CPU computations.
2018-02-05 17:40:45.026137: 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.
killed

————————
when I run the code python neural_style.py --content 'examples/1-content.jpg' --styles 'examples/1-style.jpg' --output 'examples/my1.jpg' ,then give me some warring and killed,it is may be tensorflow`s trouble,but I do not should I do.

@anishathalye
Copy link
Owner

looks like a memory issue.

@tss12
Copy link
Author

tss12 commented Feb 6, 2018

@anishathalye thanks, maybe I should try tensorflow with gpu.

@xuzhe0628
Copy link

This is not an error, just warnings. TF can run faster if you compile it from source. See details in this question.

@anishathalye
Copy link
Owner

I think he's talking about the "killed" at the end, which is probably from the oom killer. I don't think the question is about the warnings.

@xuzhe0628
Copy link

I see, thanks buddy

@ghost
Copy link

ghost commented Apr 16, 2018

I have the same issue @tss12

@kthordarson
Copy link

I get this error when using style images that are too large, try smaller or resizing.

@tss12
Copy link
Author

tss12 commented Apr 18, 2018

@maitreepasad hello,it may be your mashine memory is too small.

@tss12
Copy link
Author

tss12 commented Apr 18, 2018

@kthordarson and how much time does the code take to run?

@ghost
Copy link

ghost commented Apr 18, 2018 via email

@tss12
Copy link
Author

tss12 commented Apr 18, 2018

@maitreepasad congratulation,only with cpu?

@ghost
Copy link

ghost commented Apr 18, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants