• Davis King's avatar
    Made the dnn_trainer check if the loss has been increasing before it saves the · fc8a335f
    Davis King authored
    state to disk. If it detects that the loss has been going up then instead of
    saving to disk it recalls the previously good state.  This way, if we hit a
    bad mini-batch during training which negatively effects the model in a
    significant way, the dnn_trainer will automatically revert back to an earlier
    good state.
    fc8a335f
Name
Last commit
Last update
dlib Loading commit data...
docs Loading commit data...
examples Loading commit data...
python_examples Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
CMakeLists.txt Loading commit data...
MANIFEST.in Loading commit data...
README.txt Loading commit data...
setup.py Loading commit data...