Closed Nan-S closed 3 years ago
Hello, I have two questions about the validation data, 1) why the val_dst is using labels=list(labels),labels_old=list(labels_old), instead of the same as test_dst using labels=list(labels_cum)? 2) Why always save best model at the last iteration, how can we know the last iteration is always the best model? https://github.com/arthurdouillard/CVPR2021_PLOP/blob/381cb795d70ba8431d864e4b60bb84784bc85ec9/run.py#L449
Both are related to the original codebase there https://github.com/fcdl94/MiB and weren't code by me.
Hello, I have two questions about the validation data, 1) why the val_dst is using labels=list(labels),labels_old=list(labels_old), instead of the same as test_dst using labels=list(labels_cum)? 2) Why always save best model at the last iteration, how can we know the last iteration is always the best model? https://github.com/arthurdouillard/CVPR2021_PLOP/blob/381cb795d70ba8431d864e4b60bb84784bc85ec9/run.py#L449