Skip to content

Releases: mlcommons/logging

2.1.0-rc2

06 Oct 22:58
Compare
Choose a tag to compare
2.1.0-rc2 Pre-release
Pre-release
Update VERSION

2.1.0-rc1

28 Sep 21:27
62cb076
Compare
Choose a tag to compare
2.1.0-rc1 Pre-release
Pre-release
Update version to 2.1.0-rc1 (#269)

2.0.0

01 Sep 23:20
cd82c4d
Compare
Choose a tag to compare
Update version to 2.0.0 (#261)

2.0.0-rc4 release for training 2.0 submission

19 May 17:48
065e4ce
Compare
Choose a tag to compare

Third release for 2.0.0 submission. The tag is 2.0.0-rc4.

This is the final release (tagged as release, not pre-release)

Includes allowing smaller learning rates to allow convergence with small batch sizes for MaskRCNN. See #237

2.0.0-rc3 release for training 2.0 submission

13 May 20:19
59d2b6d
Compare
Choose a tag to compare

Third release for 2.0.0 submission. The tag is 2.0.0-rc3. This release includes:

  • RCP updates for Bert (BS4608).
  • Allow repo checker to be run from python < 3.7.
  • README and version file updates.

2.0.0-rc2 release for training 1.1.0 submission

02 May 18:51
4272f73
Compare
Choose a tag to compare

Second release for 2.0.0 submission. The tag is 2.0.0-rc2.

  • Updates of RCPs for RNN-T.
  • Removal of weight initilization from Minigo.
  • Some changes to package release process (should not affect submitters).

2.0.0-rc1 release for training 1.1.0 submission

22 Apr 17:50
ce4e482
Compare
Choose a tag to compare

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

1.1.0-rc4 release for training 1.1.0 submission

15 Oct 04:45
ad1b6e8
Compare
Choose a tag to compare

Contains recent bug fixes for 1.1.0 training submission.

1.1.0-rc3

07 Oct 20:13
2aeb747
Compare
Choose a tag to compare
1.1.0-rc3 Pre-release
Pre-release
Update version to 1.1.0-rc3 (#186)

1.1.0-rc2

07 Oct 01:51
695cd76
Compare
Choose a tag to compare
1.1.0-rc2 Pre-release
Pre-release
Merge pull request #184 from xyhuang/1.1-branch

Update version to 1.1.0-rc2