satojkovic / DeepLogo

A brand logo detection system using tensorflow object detection API.
MIT License
509 stars 156 forks source link

fix error tf.app.flags.DEFINE_float #24

Closed bruce-willis closed 6 years ago

bruce-willis commented 6 years ago

Fix error:

absl.flags._exceptions.IllegalFlagValueError: flag --learning_rate=0.0001: Expect argument to be a string or int, found <class 'float'>

0.0001 is float, not integer

satojkovic commented 6 years ago

Thanks for the PR. LGTM.