"src/vscode:/vscode.git/clone" did not exist on "de6a88c2d7659c616b44c0856677335110b8ff2e"
Enable training for fraction of total steps; enable early stopping from trial 0
Summary: Pull Request resolved: https://github.com/facebookresearch/d2go/pull/627 Enable training for fraction of total steps: when doing HPO, users may want to train for a fraction of the number of training steps of a regular (baseline) training run. In this case, it is not enough to just change SOLVER.MAX_ITER because that also changes the learning rate schedule. We introduce a multiplier to be used on top of SOLVER.MAX_ITER when deciding how many steps to train for. This multiplier does not scale the number of steps over which the learning rate schedule is defined. Reviewed By: raghuramank100 Differential Revision: D48699087 fbshipit-source-id: 903f7c957ee471f36365c1449e9cd6a919fd260a
Showing
Please register or sign in to comment