You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Updated for Tensorflow 1.9
- Removed/Modified unnecessary Environmental variables
- Added installation instructions for pycocotools
- Tidied up certain parts that seemed ambiguous
Copy file name to clipboardExpand all lines: docs/build/html/_sources/index.rst.txt
+3-3
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,11 @@ The software tools which we shall use throughout this tutorial are listed in the
13
13
+---------------------------------------------+
14
14
| Target Software versions |
15
15
+==============+==============================+
16
-
| OS | Windows 10, Ubuntu16.04 [*]_ |
16
+
| OS | Windows, Linux [*]_|
17
17
+--------------+------------------------------+
18
18
| Python | 3.6 |
19
19
+--------------+------------------------------+
20
-
| TensorFlow | 1.6|
20
+
| TensorFlow | 1.9|
21
21
+--------------+------------------------------+
22
22
| CUDA Toolkit | v9.0 |
23
23
+--------------+------------------------------+
@@ -26,7 +26,7 @@ The software tools which we shall use throughout this tutorial are listed in the
26
26
| Anaconda | Python 3.6 (Optional) |
27
27
+--------------+------------------------------+
28
28
29
-
.. [*] Even though this tutorial is based on Windows 10, most steps (excluding the setting of environmental variables) should apply for Ubuntu 16.04, too.
29
+
.. [*] Even though this tutorial is based on Windows 10, most steps (excluding the setting of environmental variables) should apply for Linux, too.
Copy file name to clipboardExpand all lines: docs/build/html/_sources/install.rst.txt
+9-6
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,10 @@ Although having Anaconda is not a requirement in order to install and use Tensor
24
24
TensorFlow Installation
25
25
-----------------------
26
26
27
-
As mentioned in the Remarks section, there exist two generic variants of TensorFlow, which utilise different hardware on your computer to run their computationally heavy Machine Learning algorithms. The simplest to install, but also in most cases the slowest in terms of performance, is :ref:`tensorflow_cpu`, which runs directly on the CPU of your machine. Alternatively, if you own a (compatible) Nvidia graphics card, you can take advantage of the available CUDA cores to speed up the computations performed by TesnsorFlow, in which case you should follow the guidelines for installing :ref:`tensorflow_gpu`.
27
+
As mentioned in the Remarks section, there exist two generic variants of TensorFlow, which utilise different hardware on your computer to run their computationally heavy Machine Learning algorithms.
28
+
29
+
1. The simplest to install, but also in most cases the slowest in terms of performance, is :ref:`tensorflow_cpu`, which runs directly on the CPU of your machine.
30
+
2. Alternatively, if you own a (compatible) Nvidia graphics card, you can take advantage of the available CUDA cores to speed up the computations performed by TesnsorFlow, in which case you should follow the guidelines for installing :ref:`tensorflow_gpu`.
28
31
29
32
.. _tensorflow_cpu:
30
33
@@ -62,7 +65,7 @@ Install TensorFlow CPU for Python
- Once the above is run, if you see a print-out similar (but not identical) to the one below, it means that you could benefit from installing TensorFlow by building the sources that correspond to you specific CPU. Everything should still run as normal, just slower than if you had built TensorFlow from source.
95
+
- Once the above is run, if you see a print-out similar (or identical) to the one below, it means that you could benefit from installing TensorFlow by building the sources that correspond to you specific CPU. Everything should still run as normal, just slower than if you had built TensorFlow from source.
93
96
94
97
.. code-block:: python
95
98
96
-
2018-03-2122:10:18.682767: I C:\tf_jenkins\workspace\rel-win\M\windows\PY\36\tensorflow\core\platform\cpu_feature_guard.cc:140] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2
99
+
2019-02-2811:59:25.810663: I T:\src\github\tensorflow\tensorflow\core\platform\cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2
97
100
98
101
- Finally, for the sake of completing the test as described by TensorFlow themselves (see `here <https://www.tensorflow.org/install/install_windows#validate_your_installation>`_), let's run the following:
99
102
@@ -191,7 +194,7 @@ Install TensorFlow GPU for Python
<tr><tdclass="label"><aclass="fn-backref" href="#id1">[*]</a></td><td>Even though this tutorial is based on Windows 10, most steps (excluding the setting of environmental variables) should apply for Ubuntu 16.04, too.</td></tr>
187
+
<tr><tdclass="label"><aclass="fn-backref" href="#id1">[*]</a></td><td>Even though this tutorial is based on Windows 10, most steps (excluding the setting of environmental variables) should apply for Linux, too.</td></tr>
0 commit comments