mlcommons / training

Reference implementations of MLPerf™ training benchmarks
https://mlcommons.org/en/groups/training
Apache License 2.0
1.59k stars 553 forks source link

[SSD] learning rate compliance #419

Closed ahmadki closed 3 years ago

ahmadki commented 3 years ago

Forced learning rate to be a multiple base learning rate (2.5e-3)

depends on https://github.com/mlperf/training/pull/418

googlebot commented 3 years ago

All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter.

We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only @googlebot I consent. in this pull request.

Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the cla label to yes (if enabled on your project).

ℹ️ Googlers: Go here for more info.

matthew-frank commented 3 years ago

@googlebot I consent.

ahmadki commented 3 years ago

@abhinavvishnu you are correct, the learning rate for SSD should be unconstrained.

Closing this PR