Releases: mlcommons/logging
Releases · mlcommons/logging
2.1.0-rc2
Update VERSION
2.1.0-rc1
2.0.0
2.0.0-rc4 release for training 2.0 submission
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
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
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
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
Contains recent bug fixes for 1.1.0 training submission.