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

The alternating training problem #191

Closed sibangde closed 6 years ago

sibangde commented 6 years ago

I can't find the alternating training step of faster rcnn, and actually my train result is very bad. So does this code has no alternating training step? If it has, can somebody indicate where it is? Thank you very much!

joaqo commented 6 years ago

If you wish to change the learning rate, or any other hyperparameter of a training job, just create your own custom config file, or modify one of the default ones. Eg.: FasterRCNN's config file: https://github.com/tryolabs/luminoth/blob/master/luminoth/models/fasterrcnn/base_config.yml