How to choose the checkpoint without label information?
dongzhuoyao opened this issue · 1 comments
dongzhuoyao commented
Hi, I saw it in your code, you choose the checkpoint, by 'test/cluster/mIOU' in pytorch-lightning.
But in your paper, you said that you didn't use any label information in training.
Is there any misunderstanding for me?
Thanks.
similar issue:
mhamilton723 commented
The checkpointing saves both the top mIoU and the latest model. If I recall correctly we just use the model trained longest in results and you should as well. There's often not much difference in practice between the last model and the best model