https://github.com/Microsoft/CNTK
Revision cfa28af9c91bb6f1a678a7f895d546ba362b4a26 authored by Goran Dubajic on 24 November 2016, 18:06:36 UTC, committed by Goran Dubajic on 25 April 2017, 07:05:55 UTC
Added option to save the best model for each criterion after epoch loop.
This is done by tracking the best epoch for each criterion.
At the end the model from the best epoch is copied to a file named
<ModelName>_<CriterionName>.
If training is interrupted best epoch per criterion log is saved in
checkpoint and reload on training resume.

Add E2E test for saveBestModelPerCriterion
Test created by combining Speech/DNN/ParallelCrossValidation and
Image/QuickE2E.
Test executes enough epochs so the last epoch is not always the best.
Test deletes the last epoch and starts the training again to simulate
a continuation of interrupted execution.
Generated baseline for Windows locally while for Linux baseline is from
Jenkins build with update baseline.
1 parent abe879e
History
Tip revision: cfa28af9c91bb6f1a678a7f895d546ba362b4a26 authored by Goran Dubajic on 24 November 2016, 18:06:36 UTC
Best model for each criterion
Tip revision: cfa28af
File Mode Size
Dependencies
Documentation
Examples
Scripts
Source
Tests
Tools
Tutorials
bindings
.clang-format -rw-r--r-- 931 bytes
.gitattributes -rw-r--r-- 2.6 KB
.gitignore -rw-r--r-- 5.5 KB
.gitmodules -rw-r--r-- 211 bytes
CNTK.Common.props -rw-r--r-- 1.4 KB
CNTK.Cpp.props -rw-r--r-- 8.0 KB
CNTK.sln -rw-r--r-- 187.3 KB
CONTRIBUTING.md -rw-r--r-- 199 bytes
CppCntk.vssettings -rw-r--r-- 10.0 KB
LICENSE.md -rw-r--r-- 4.6 KB
Makefile -rw-r--r-- 53.4 KB
README.md -rw-r--r-- 9.4 KB
configure -rwxr-xr-x 32.6 KB

README.md

back to top