Click here to see the table of contents.
Note that this README is automatically generated - don't edit! See more info.
See more info.
- Category: Reproduced papers.
- CM GitHub repository: mlcommons@ck
- GitHub directory for this script: GitHub
- CM meta description for this script: _cm.yaml
- CM "database" tags to find this script: app,python,reproduce,ipol,journal,repro,reproducibility,pytorch,2022-439
- Output cached?: False
cm pull repo mlcommons@ck
cm run script --help
-
cm run script --tags=app,python,reproduce,ipol,journal,repro,reproducibility,pytorch,2022-439 [--input_flags]
-
cm run script "app python reproduce ipol journal repro reproducibility pytorch 2022-439" [--input_flags]
-
cm run script f9b9e5bd65e34e4f [--input_flags]
Click here to expand this section.
import cmind
r = cmind.access({'action':'run'
'automation':'script',
'tags':'app,python,reproduce,ipol,journal,repro,reproducibility,pytorch,2022-439'
'out':'con',
...
(other input keys for this script)
...
})
if r['return']>0:
print (r['error'])
cm run script --tags=gui --script="app,python,reproduce,ipol,journal,repro,reproducibility,pytorch,2022-439"
Use this online GUI to generate CM CMD.
TBD
Click here to expand this section.
--image1=value
→CM_IMAGE_1=value
--image2=value
→CM_IMAGE_2=value
Above CLI flags can be used in the Python CM API as follows:
r=cm.access({... , "image1":...}
Click here to expand this section.
These keys can be updated via --env.KEY=VALUE
or env
dictionary in @input.json
or using script flags.
Click here to expand this section.
- Read "deps" on other CM scripts from meta
- detect,os
- CM script: detect-os
- get,python3
- CM names:
--adr.['python', 'python3']...
- CM script: get-python3
- CM names:
- get,ipol,src
- CM names:
--adr.['ipol-src']...
- CM script: get-ipol-src
- CM names:
- get,generic-python-lib,_torch
- CM names:
--adr.['torch']...
- CM script: get-generic-python-lib
- CM names:
- detect,os
- Run "preprocess" function from customize.py
- Read "prehook_deps" on other CM scripts from meta
- Run native script if exists
- Read "posthook_deps" on other CM scripts from meta
- Run "postrocess" function from customize.py
- Read "post_deps" on other CM scripts from meta