tryolabs / luminoth

Deep Learning toolkit for Computer Vision.
https://tryolabs.com
BSD 3-Clause "New" or "Revised" License
2.4k stars 399 forks source link

How to fine-tune from a provided checkpoint ? #187

Closed ghost closed 6 years ago

ghost commented 6 years ago

I would like to fine tune the provided pretrained model for Faster-RCNN trained on MSCOCO on some other dataset.

How can I do this fine-tuning ? To the best of my knowledge there is no such documentation on this aspect.

joaqo commented 6 years ago

Hi! You'll need to do the following to fine-tune on other datasets:

Let me know how it goes, Cheers!

mauricio-meli commented 6 years ago

When you say

point to the pretrained model's folder

you mean the job_dir in the train section right? Should it work with lumi cloud gc? When I try to retrain the model pointing to the old job_dir, a new job with a different config.yml is created in google cloud. It downloads the resnet_v1_101.ckpt checkpoint instead of using my previously trained checkpoint.

giuliafonts commented 4 years ago

@mauricio-meli did you find a solution?