mhamilton723/STEGO

How to choose the checkpoint without label information?

dongzhuoyao opened this issue · 1 comments

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:

#46

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