https://github.com/Microsoft/CNTK
Revision ccfd6c73105cc2bf57ada43107b4fbffac48fe6c authored by Yuqing Tang on 12 September 2017, 00:36:39 UTC, committed by Yuqing Tang on 12 September 2017, 00:36:39 UTC
    * Simplified TrainingParameterSchedule

    * Added minibatch_size to TrainingParameterSchedule and Learner

    * Added minibatch size to Learner

    * Added learning_parameter_schedule to Python APIs

    * Marked as deprecated on UnitType, learning_parameter_schedule, momentum_as_time_constant_schedule

    * Added minibatch_size parameter to all the learners: sgd, momentum_sgd, adam and all others except for user defined learner

    * Simplified learner parameter logic: If minibatch_size == cntk.learners.IGNORE, act as the parameters are applied applied to the whole minibatch; otherwise, scaling the parameters according to the actual minibatch_size and the minibatch_size specified during the the schedules and the learners construction time.
      More subtle details are in the docstrings and the comments.
1 parent e70a023
History
Tip revision: ccfd6c73105cc2bf57ada43107b4fbffac48fe6c authored by Yuqing Tang on 12 September 2017, 00:36:39 UTC
Refactor the core learner APIs:
Tip revision: ccfd6c7
File Mode Size
Dependencies
Documentation
Examples
Manual
PretrainedModels
Scripts
Source
Tests
Tools
Tutorials
bindings
.clang-format -rw-r--r-- 931 bytes
.gitattributes -rw-r--r-- 3.3 KB
.gitignore -rw-r--r-- 7.2 KB
.gitmodules -rw-r--r-- 211 bytes
CNTK.Common.props -rw-r--r-- 1.6 KB
CNTK.Cpp.props -rw-r--r-- 11.7 KB
CNTK.sln -rw-r--r-- 213.2 KB
CONTRIBUTING.md -rw-r--r-- 210 bytes
CppCntk.vssettings -rw-r--r-- 10.0 KB
LICENSE.md -rw-r--r-- 4.6 KB
Makefile -rw-r--r-- 57.8 KB
README.md -rw-r--r-- 5.0 KB
configure -rwxr-xr-x 34.5 KB

README.md

back to top