Skip to content

Commit d97fdf0

Browse files
authored
Update README.rst
1 parent 25c7f8b commit d97fdf0

File tree

1 file changed

+1
-4
lines changed
  • docs/tutorials/3-neural_network/convolutiona_neural_network

1 file changed

+1
-4
lines changed

docs/tutorials/3-neural_network/convolutiona_neural_network/README.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,6 @@ There are different types of variance-scaling initializers. The one we
197197
used in is the one proposed by the paper `Understanding the difficulty
198198
of training deep feedforward neural
199199
networks <http://jmlr.org/proceedings/papers/v9/glorot10a/glorot10a.pdf>`__
200-
and provided by the TensorFlow. is the one proposed by the paper
201-
`Understanding the difficulty of training deep feedforward neural
202-
networks <http://jmlr.org/proceedings/papers/v9/glorot10a/glorot10a.pdf>`__
203200
and provided by the TensorFlow.
204201

205202
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -489,7 +486,7 @@ get back to it in another post.
489486

490487
The image summaries are created which has the duty of
491488
visualizing the input elements to the summary tensor. These elements here
492-
are 3 random images from the train data. In The outputs of different layers will be fed to the relevant summary tensor.
489+
are 3 random images from the train data. In the outputs of different layers will be fed to the relevant summary tensor.
493490
Finally, some scalar summaries are created in order
494491
to track the *training convergence* and *testing performance*. The
495492
collections argument in summary definitions is a supervisor which direct

0 commit comments

Comments
 (0)