Closed evgeniya-egupova closed 2 years ago
Just out of curiosity, what happens inside of this runner-hook-hookwrapper logic? Does accuracy aware runner modify the base LR regardless of what original LR updater tries to do?
Just out of curiosity, what happens inside of this runner-hook-hookwrapper logic? Does accuracy aware runner modify the base LR regardless of what original LR updater tries to do?
@druzhkov-paul Yes, every new iteration of accuracy aware pruning increases pruning rate and then fine-tunes the model to decide if accuracy criteria are met. So ,it is important to reset the lr scheduler state in order to increase the base learning rate.
LGTM
Can one of the admins verify this patch?