balancap / SSD-Tensorflow

Single Shot MultiBox Detector in TensorFlow
4.11k stars 1.89k forks source link

Optimizer epsilon default value too high #385

Open anishchopra opened 4 years ago

anishchopra commented 4 years ago

The default value for the 'opt_epsilon' flag is 1.0. Isn't this way too high? The default value for this in tf.train.AdamOptimizer is 1e-8.