inference
inference copied to clipboard
Note on submission creator scripts: Non-conformant directory structure? #54
Cross Posting From Review Committee on behalf of the original authors.
According to MLCommons policies, submission rules the structure of a submission should conform to:
measurements/
<system_desc_id>/
to not have a <implementation_id> part in the name of the json file in the measurement section and that the submission UI is not looking for this to be present. To include a reference to the that "sort of indicates" the <implementation_id> in the code/ section of the submission in the \system_desc_id>, but not necessarily verbatim replicates the implementaion ID To allow for a submitter to easily submit runs on more than one implementation of the same benchmark I would suggest that a stronger adherence to the rules are encouraged and that the directory structure is slightly updated to fully support what I believe was originally intended and make the structure more similar between the two sections. I suggest that
!) An implementation ID level is added to the results section
2) This is also added to the measurements section
3) The <system_desc_id><implementation_id>
results/
<system_desc_id>/
It appears that some data is sometimes provided in a json file with an arbitrary(?) name is used to convey some parameter settings to the UI, but I have not seen where the required(?) content of this file is described.
This is a very good suggestion. Currently we manage this by encoding implementation id in the system_desc_id. We can discuss more on this during the post-mortem time.
But the <system_desc_id><implementation_id>
Here, system_desc includes the implementation tag - 'cpp', the device tag gpu, the framework tag onnxruntime, framework version tag vdefault and also the config tag default_config (configs are needed if someone wants to submit results with say different batchsizes).
The above is a cross post of an issue we didn't resolve during the review committee for 4.0 inference - original authors please follow up here.