update decompress codes and figures

This commit is contained in:
Xuanyi Dong
2019-04-02 17:06:25 +08:00
parent 3f483c37e7
commit d9026be4b2
7 changed files with 33 additions and 12 deletions

BIN
data/GDAS.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 514 KiB

View File

@@ -16,7 +16,7 @@ def execute(cmds, idx, num):
def command(prefix, cmd):
#print ('{:}{:}'.format(prefix, cmd))
#if execute: os.system(cmd)
xcmd = '(echo {:}; {:}; sleep 0.1s)'.format(prefix, cmd)
xcmd = '(echo {:} $(date +\"%Y-%h-%d--%T\") \"PID:\"$$; {:}; sleep 0.1s)'.format(prefix, cmd)
return xcmd

BIN
data/imagenet-results.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 KiB