Skip to content

Commit 086af96

Browse files
Rictussglvladi
authored andcommitted
Fix typo tesnorflow to tensorflow
1 parent 9418356 commit 086af96

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/install.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ TensorFlow Installation
3838
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.
3939

4040
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.
41-
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`.
41+
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 TensorFlow, in which case you should follow the guidelines for installing :ref:`tensorflow_gpu`.
4242

4343
.. _tensorflow_cpu:
4444

@@ -123,9 +123,9 @@ Test your Installation
123123
TensorFlow GPU
124124
~~~~~~~~~~~~~~
125125

126-
The installation of `TesnorFlow GPU` is slightly more involved than that of `TensorFlow CPU`, mainly due to the need of installing the relevant Graphics and CUDE drivers. There's a nice Youtube tutorial (see `here <https://www.youtube.com/watch?v=RplXYjxgZbw>`_), explaining how to install TensorFlow GPU. Although it describes different versions of the relevant components (including TensorFlow itself), the installation steps are generally the same with this tutorial.
126+
The installation of `TensorFlow GPU` is slightly more involved than that of `TensorFlow CPU`, mainly due to the need of installing the relevant Graphics and CUDE drivers. There's a nice Youtube tutorial (see `here <https://www.youtube.com/watch?v=RplXYjxgZbw>`_), explaining how to install TensorFlow GPU. Although it describes different versions of the relevant components (including TensorFlow itself), the installation steps are generally the same with this tutorial.
127127

128-
Before proceeding to install TesnsorFlow GPU, you need to make sure that your system can satisfy the following requirements:
128+
Before proceeding to install TensorFlow GPU, you need to make sure that your system can satisfy the following requirements:
129129

130130
+-------------------------------------+
131131
| Prerequisites |
@@ -445,7 +445,7 @@ Adding necessary Environment Variables
445445
# From within tensorflow/models/research/
446446
export PYTHONPATH=$PYTHONPATH:<PATH_TO_TF>/TensorFlow/models/research/slim
447447
448-
where, in both cases, ``<PATH_TO_TF>`` replaces the absolute path to your ``TesnorFlow`` folder. (e.g. ``<PATH_TO_TF>`` = ``C:\Users\sglvladi\Documents`` if ``TensorFlow`` resides within your ``Documents`` folder)
448+
where, in both cases, ``<PATH_TO_TF>`` replaces the absolute path to your ``TensorFlow`` folder. (e.g. ``<PATH_TO_TF>`` = ``C:\Users\sglvladi\Documents`` if ``TensorFlow`` resides within your ``Documents`` folder)
449449

450450
.. _tf_models_install_coco:
451451

0 commit comments

Comments
 (0)