antoine77340 / S3D_HowTo100M

S3D Text-Video model trained on HowTo100M using MIL-NCE
Apache License 2.0
190 stars 21 forks source link

Fine-tune the model #11

Closed YueYANG1996 closed 3 years ago

YueYANG1996 commented 3 years ago

Hi Antoine,

If I want to fine-tune this model, what's the format of training examples? Do you have a sample code for fine-tuning? Thanks!

Best, Yue

antoine77340 commented 3 years ago

You could see the training code here: https://github.com/antoine77340/MIL-NCE_HowTo100M (that's not fine-tuning but just training from scratch, I guess the only difference would be to start with a lower learning rate if you finetune)

YueYANG1996 commented 3 years ago

Okay, got it, thanks!