Skip to content

Commit

Permalink
use consts instead of vowels for validation abbrev
Browse files Browse the repository at this point in the history
  • Loading branch information
majidaldo committed Jan 23, 2016
1 parent eb39bfb commit 37703f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,4 @@ def get_epocherr(ts_id,run_id):
t.append(float(al[lssi+len('loss='):erri-1]))
v=v[1:] #chop off first validation
assert len(v)==len(t)
return {'val':v,'trn':t}
return {'vld':v,'trn':t}

0 comments on commit 37703f3

Please sign in to comment.