Open minxueric opened 5 years ago
Thanks for your clear implementation of KD. There is a little mistake about the condition that a new epoch should be saved as checkpoint. You should assign current value of "acc" to "max_accuracy", after each checkpoint.
Surprisingly missed that!! Feel free to send a PR. Or I will see when I can get a chance to fix it
Thanks for your clear implementation of KD. There is a little mistake about the condition that a new epoch should be saved as checkpoint. You should assign current value of "acc" to "max_accuracy", after each checkpoint.