Mercurial > ift6266
changeset 403:a11692910312
Undoing some unwanted changes
author | humel |
---|---|
date | Wed, 28 Apr 2010 11:30:37 -0400 |
parents | 83413ac10913 |
children | 1509b9bba4cc |
files | deep/amt/amt.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/deep/amt/amt.py Wed Apr 28 11:28:28 2010 -0400 +++ b/deep/amt/amt.py Wed Apr 28 11:30:37 2010 -0400 @@ -8,8 +8,8 @@ CVSFILE = None #PATH = None -answer_labels = [ 'answer.c'+str(i+1) for i in range(10) ] -img_url = 'input.image_url' +answer_labels = [ 'Answer.c'+str(i+1) for i in range(10) ] +img_url = 'Input.image_url' turks_per_batch = 3 image_per_batch = 10