KnowledgeEditor
KnowledgeEditor copied to clipboard
Questions about testing Retain acc
Hi: Thanks for your excellent work and providing the nice codebase. There is one question I have been bothered by. When testing retrain acc, do you test this while updating the model parameters? And do you update the model parameters with batch[-1:] and then use batch[:-1] to test the stability of the model when testing?
Any help is appreciated.