Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
astorfi authored Sep 19, 2019
1 parent 25c7f8b commit d97fdf0
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,6 @@ There are different types of variance-scaling initializers. The one we
used in is the one proposed by the paper `Understanding the difficulty
of training deep feedforward neural
networks <http://jmlr.org/proceedings/papers/v9/glorot10a/glorot10a.pdf>`__
and provided by the TensorFlow. is the one proposed by the paper
`Understanding the difficulty of training deep feedforward neural
networks <http://jmlr.org/proceedings/papers/v9/glorot10a/glorot10a.pdf>`__
and provided by the TensorFlow.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -489,7 +486,7 @@ get back to it in another post.

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

0 comments on commit d97fdf0

Please sign in to comment.