The title says it all. I'm using Ubuntu 16.04 Long Term Support.
相关问题
- how to define constructor for Python's new Nam
- streaming md5sum of contents of a large remote tar
- batch_dot with variable batch size in Keras
- How to get the background from multiple images by
- Evil ctypes hack in python
Almost every normal package in python assigns the variable
.__version__
orVERSION
to the current version. So if you want to find the version of some package you can do the followingFor tensorflow it will be
For old versions of tensorflow (below 0.10), use
tf.__version__
BTW, if you are planning to install tf, install it with conda, not pip
I installed the Tensorflow 0.12rc from source, and the following command gives me the version info:
The following figure shows the output:
For python 3.6.2:
For Python 3.6.3: