Skip to content

Commit

Permalink
Merge pull request #6 from GalvinGao/patch-1
Browse files Browse the repository at this point in the history
🚨wee woo wee woo: Spelling Mistake!
  • Loading branch information
astorfi committed Oct 18, 2018
2 parents 09eadf2 + 5d1015f commit a844951
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/1-basics/variables/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ done upon them over the graph, must be initialized or restored from
saved variables. This only allows us to realize how we can initialize
specific variables by hand.

Golobal variable initialization
Global variable initialization
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

All variables can be initialized at once using the
Expand All @@ -103,7 +103,7 @@ Both the above methods are identical. We only provide the second one to
demonstrate that the ``tf.global_variables_initializer()`` is nothing
but ``tf.variables_initializer`` when you yield all the variables as the input argument.

Initilization of a variables using other existing variables
Initialization of a variables using other existing variables
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

New variables can be initialized using other existing variables' initial
Expand Down

0 comments on commit a844951

Please sign in to comment.