I\'m running tensorflow 0.8.0 for python3 (pip installation), and the following file test.py:
test.py
import tensorflow as tf
The first call to eval() or run() is typically much slower than subsequent calls since it needs to setup the session. Subsequent calls to eval/run are typically much faster.