-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- added cme binary as a shortcut for "cm run experiment" - improved TinyMLPerf tutorials
- Loading branch information
Showing
10 changed files
with
84 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
|
||
# CM "experiment" automation | ||
|
||
|
||
|
||
cm run script "gui _playground" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-113 KB
...-experiment/assets/cm-visualization-and-customization-of-tinymlperf-results.png
Binary file not shown.
Binary file added
BIN
+116 KB
...experiment/assets/cm-visualization-and-customization-of-tinymlperf-results2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__version__ = "1.4.0" | ||
__version__ = "1.4.1" | ||
|
||
from cmind.core import access | ||
from cmind.core import error | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,7 +69,7 @@ def run(self): | |
name="cmind", | ||
|
||
author="Grigori Fursin", | ||
author_email="[email protected]", | ||
author_email="[email protected]", | ||
|
||
version=version, | ||
|
||
|
@@ -99,10 +99,11 @@ def run(self): | |
entry_points={"console_scripts": [ | ||
"cmind = cmind.cli:run", | ||
"cm = cmind.cli:run", | ||
"cmr = cmind.cli:run_script" | ||
"cmr = cmind.cli:run_script", | ||
"cme = cmind.cli:run_experiment" | ||
]}, | ||
|
||
zip_safe=False, | ||
|
||
keywords="collective mind,cmind,cdatabase,cmeta,automation,reusability,meta,JSON,YAML,python" | ||
keywords="collective mind,cmind,ck2,cdatabase,cmeta,automation,portability,reusability,meta,JSON,YAML,python,api,cli" | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters