https://github.com/Microsoft/CNTK
Revision dfb2ce1c405fc15010100c1ab36635352d2aab9f authored by Frank Seide on 22 November 2015, 07:17:41 UTC, committed by Frank Seide on 22 November 2015, 07:17:41 UTC
cleaned up SGDParams vs. SGD. Moved 7 members over that are about model loading/saving or state, and thus do not belong into the SGDParams, which are parameters for the SGD algorithm itself;
removed SGD<> constructor from SGDParams. Instead, SGD<> now calls the SGDParams constructor by itself
1 parent 84d0723
History
Tip revision: dfb2ce1c405fc15010100c1ab36635352d2aab9f authored by Frank Seide on 22 November 2015, 07:17:41 UTC
cleaned up SGDParams(): tidied up all those refactoring artifacts where a parameter is first read into a local variable, and later copied into the class member. Now it writes the class members directly;
Tip revision: dfb2ce1
File Mode Size
BrainScript
Common
DataReader
Demos
Documentation
ExampleSetups
MachineLearning
Math
Scripts
Tests
license
.gitattributes -rw-r--r-- 49 bytes
.gitignore -rw-r--r-- 2.6 KB
CNTK.sln -rw-r--r-- 54.6 KB
CppCntk.vssettings -rw-r--r-- 10.0 KB
Makefile -rw-r--r-- 15.9 KB
README -rw-r--r-- 5.1 KB
ThirdPartyNotices.txt -rw-r--r-- 2.1 KB
configure -rwxr-xr-x 12.4 KB

README

back to top