From 084b0f9af536362f43d922f79b57cc7e9d26764f Mon Sep 17 00:00:00 2001 From: Grigori Fursin Date: Fri, 28 Apr 2017 15:23:10 +0200 Subject: [PATCH] adding url reference for a given experiment --- module/experiment.bench.dnn.mobile/module.py | 2 +- module/experiment.bench.dnn/module.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/module/experiment.bench.dnn.mobile/module.py b/module/experiment.bench.dnn.mobile/module.py index 12c25a6..65fd8c6 100644 --- a/module/experiment.bench.dnn.mobile/module.py +++ b/module/experiment.bench.dnn.mobile/module.py @@ -458,7 +458,7 @@ def show(i): # Starting raw h+=' \n' - h+=' '+str(ix)+'\n' + h+=' '+str(ix)+'\n' x=plat_name if plat_uid!='': diff --git a/module/experiment.bench.dnn/module.py b/module/experiment.bench.dnn/module.py index 75de5e9..8b23824 100644 --- a/module/experiment.bench.dnn/module.py +++ b/module/experiment.bench.dnn/module.py @@ -571,7 +571,7 @@ def crowdsource(i): if o=='con': ck.out('') ck.out('Succesfully recorded results in remote repo (Entry UID='+rduid+')') - + # Check host URL prefix and default module/action url=ck_url+'&highlight_uid='+rduid ck.out('') @@ -900,7 +900,7 @@ def show(i): h+=' \n' # Number - h+=' '+str(ix)+'\n' + h+=' '+str(ix)+'\n' # Platform, etc ... x=plat_name