OpenGVLab/unmasked_teacher

An example showing how to do fine running

MH-Python opened this issue · 2 comments

Thanks for your work.
I tried to get one model from the Model Zoo, but when I tried to load it using PyTorch it returns OrderedDict object.
model = torch.load('l16_ptk710_ftk710_f8_res224.pth')
Would you please give a use-case example how to load the saved check point into a model and then fine tune it.

Please refer to the finetuning.