Skip to content

2.0.0-rc1 release for training 1.1.0 submission

Pre-release
Pre-release
Compare
Choose a tag to compare
@emizan76 emizan76 released this 22 Apr 17:50
· 201 commits to master since this release
ce4e482

The logging infra for the 2.0 MLPerf Training submission is ready to use.

New features for the 2.0 round

  • Support for the new SSD benchmark: Compliance rules and RCPs.
  • Weight initialization compliance rule.
  • Change open submission compile time to 4h. Closed submission set to 30 mins for good.
  • RCP pruning to relax RCP checking rules.
  • Support to include a scaling.json file in result directory to scale final scores.
  • Repository checker for large and inadmissible files for git.

More releases will be available before the May 20th deadline as:

  • RCPs may be added.
  • Bugs may be fixed.

Instructions to run the logging infra on your submission package:

The whole thing (Package checker + Result summarizer + Repository checker)

./scripts/verify_for_v2.0_training.sh <submission dir>

Package checker only:

python3 -m mlperf_logging.package_checker <submission dir> training 2.0.0

Result summarizer only:

python3 -m mlperf_logging.result_summarizer <submission dir> training 2.0.0

Repository checker only:

python3 -m mlperf_logging.repo_checker <submission dir> training 2.0.0