Commit 32dd3f2f authored by Davis King's avatar Davis King

Fixed typo in comment

parent 55748d93
...@@ -313,7 +313,7 @@ namespace dlib { namespace tt ...@@ -313,7 +313,7 @@ namespace dlib { namespace tt
- have_same_dimensions(gamma, running_means) - have_same_dimensions(gamma, running_means)
- have_same_dimensions(gamma, running_invstds) - have_same_dimensions(gamma, running_invstds)
ensures ensures
- Just linearly transforms src as a call to batch_normalize() would if the resulting - Just linearly transforms src as a call to batch_normalize_conv() would if the resulting
means and invstds were running_means and running_invstds. That is, this function means and invstds were running_means and running_invstds. That is, this function
performs: performs:
dest = gamma*(src-running_means)*running_invstds + beta dest = gamma*(src-running_means)*running_invstds + beta
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment