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

ResNet-50 should be called ResNet-50 across all docs #431

Closed matthew-frank closed 1 month ago

matthew-frank commented 3 years ago

https://github.com/mlcommons/training/tree/master/object_detection#4-model uses the term "ResNet50" twice. We are trying to standardize terminology and usage across mlcommons. Please change these to "ResNet-50" (with a dash between ResNet and 50).

johntran-nv commented 1 year ago

@matthew-frank could you propose a PR to fix this?

matthew-frank commented 1 year ago

PR https://github.com/mlcommons/training/pull/603 is my proposed fix for the small amount of this problem that remains.

hiwotadese commented 1 month ago

Closing this issue because the benchmark is dropped for v4.1 and beyond.