Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hyper-parameter optimization in tensorflow object detection API

Is there any way to specify hyper-parameter optimisation like Hyperopt or other in the config file of object detection API to fine tune the model?

like image 906
Dhanya SJ Avatar asked Aug 03 '18 08:08

Dhanya SJ


1 Answers

You can change following hyper parameters for object detection:

  • learning rate
  • momentum
  • optimizer
  • decay factor
  • matched_threshold
  • unmatched_threshold
like image 196
Kumar Vaibhav Avatar answered Jan 03 '23 16:01

Kumar Vaibhav