Fixed typo in comment

This commit is contained in:
Davis King 2016-01-17 16:20:50 -05:00
parent 55748d93c9
commit 32dd3f2fe3
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ namespace dlib { namespace tt
- have_same_dimensions(gamma, running_means)
- have_same_dimensions(gamma, running_invstds)
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
performs:
dest = gamma*(src-running_means)*running_invstds + beta