Dhanya SJ
Dhanya SJ

Reputation: 97

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?

Upvotes: 6

Views: 1162

Answers (1)

Kumar Vaibhav
Kumar Vaibhav

Reputation: 71

You can change following hyper parameters for object detection:

  • learning rate
  • momentum
  • optimizer
  • decay factor
  • matched_threshold
  • unmatched_threshold

Upvotes: 3

Related Questions