Closed youcaiSUN closed 1 year ago
Hi, It seems that the model in the last epoch will be used for test, why not use the best saved ckpt during validation? https://github.com/MCG-NJU/VideoMAE/blob/826dfa6d4fa54da21fe470bc0471a4de83f3acd1/run_class_finetuning.py#L542
Thanks!
There is little difference between the last ckpt and the best ckpt unless overfit. But you may modify the code to reload the best-ckpt.
Got it, thanks!
Hi, It seems that the model in the last epoch will be used for test, why not use the best saved ckpt during validation? https://github.com/MCG-NJU/VideoMAE/blob/826dfa6d4fa54da21fe470bc0471a4de83f3acd1/run_class_finetuning.py#L542
Thanks!