pretrained-models.pytorch
pretrained-models.pytorch copied to clipboard
Finetuning the pretrained models
Hi Cadene, nice work! 👍
Is there any efficient way to fine-tune these models on other datasets?
It's actually not too hard to write some boilerplate code to get a fine-tuning setup up and running or if you need something more solid you can use one of the many training frameworks that already exist on top of pytorch.
@achaiah Thank you for comment. I built a new training framework based on this repo :-)
@achaiah Thank you for comment. I built a new training framework based on this repo :-)
巨佬的finetuning框架会开源在Git上嘛?