https://github.com/Microsoft/CNTK
Revision 73edfa366b996577d2dbf6837eee6419473294d8 authored by Yongqiang Wang on 12 January 2016, 00:32:19 UTC, committed by Yongqiang Wang on 12 January 2016, 00:32:19 UTC
Now a BatchNormalization node's eval mode can be modified by

SetProperty(BNnode, batchNormEvalMode, true);

or by

SetPropertyForSubTree(rootNode, batchNormEvalMode, true);

in which all the BN nodes under rootNode will be changed.
1 parent 567c7e2
History
Tip revision: 73edfa366b996577d2dbf6837eee6419473294d8 authored by Yongqiang Wang on 12 January 2016, 00:32:19 UTC
Add support for revising batch normalization property in MEL.
Tip revision: 73edfa3
File Mode Size
Documentation
Examples
Source
Tests
Tools
license
.gitattributes -rw-r--r-- 49 bytes
.gitignore -rw-r--r-- 2.6 KB
CNTK.sln -rw-r--r-- 76.2 KB
CppCntk.vssettings -rw-r--r-- 10.0 KB
Makefile -rw-r--r-- 17.9 KB
README.md -rw-r--r-- 7.2 KB
ThirdPartyNotices.txt -rw-r--r-- 2.1 KB
configure -rwxr-xr-x 13.9 KB

README.md

back to top