OpenGVLab / unmasked_teacher

[ICCV2023 Oral] Unmasked Teacher: Towards Training-Efficient Video Foundation Models
https://arxiv.org/abs/2303.16058
MIT License
267 stars 13 forks source link

An example showing how to do fine running #20

Closed mustafahalimeh closed 8 months ago

mustafahalimeh commented 8 months ago

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.

Andy1621 commented 8 months ago

Please refer to the finetuning.