Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

MLPerf system description checker

MLPerf system description checker

Usage

To check a system description json file for compliance:

python3 -m mlperf_logging.system_desc_checker FILENAME USAGE RULESET

Currently, USAGE in ["training"] and RULESET in ["0.6.0", "0.7.0", "1.0.0", "1.1.0", "2.0.0"] are supported.

Prints SUCCESS when no issues were found. Otherwise, will print FAILURE with error details.

Tested software versions

Tested and confirmed working using the following software versions:

Python 2.7.18 Python 3.7.7 Python 3.9.10