bitfort / mlp_compliance

Unofficial MLPerf Compliance Scripts
1 stars 3 forks source link

Proper accuracy logging for MaskRCNN #7

Open nvpstr opened 5 years ago

nvpstr commented 5 years ago

MaskRCNN is supposed to reach 2 accuracy values (bbox and mask), https://github.com/mlperf/policies/blob/master/training_rules.adoc#3-benchmarks

This PR fixes it.