Skip to content

Commit

Permalink
adding url reference for a given experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
gfursin committed Apr 28, 2017
1 parent 52856fa commit 084b0f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion module/experiment.bench.dnn.mobile/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ def show(i):
# Starting raw
h+=' <tr'+bgx+'>\n'

h+=' <td '+ha+'>'+str(ix)+'</a></td>\n'
h+=' <td '+ha+'><a name="'+buid+'">'+str(ix)+'</a></td>\n'

x=plat_name
if plat_uid!='':
Expand Down
4 changes: 2 additions & 2 deletions module/experiment.bench.dnn/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -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('')
Expand Down Expand Up @@ -900,7 +900,7 @@ def show(i):
h+=' <tr'+bg+'>\n'

# Number
h+=' <td '+ha+'>'+str(ix)+'</a></td>\n'
h+=' <td '+ha+'><a name="'+duid+'">'+str(ix)+'</a></td>\n'

# Platform, etc ...
x=plat_name
Expand Down

0 comments on commit 084b0f9

Please sign in to comment.