MacBook Air: OSX El Capitan
When I run TensorFlow code in terminal (python 3 tfpractice.py
), I get a longer than normal waiting time to get back output
NOTE : These are not error messages but mere warning messages.
The best way to maximise TF performance (apart from writing good code !!), is to compile it from the sources
When you do that, TF would ask you for a variety of options which will also involve options for these instructions.
In my own experience, compilation from the source is better in performance on an average.
If you are doing some intensive processing that could be done on a GPU then that might also explain your waiting time.
For GPU support you would need to do pip3 install tensorflow-gpu