Commit 527609e0 authored by Oier Mees's avatar Oier Mees Committed by Reed
Browse files

fixes #2236: non-existant flag was used to point to the dataset (#2238)

parent 02007a65
......@@ -97,7 +97,7 @@ def main(argv=()):
## data ##
##########
eval_data = model.get_inputs(
FLAGS.data_sst_path,
FLAGS.inp_dir,
FLAGS.dataset_name,
eval_params.eval_set,
eval_params.batch_size,
......
......@@ -91,7 +91,7 @@ def main(argv=()):
## data ##
##########
val_data = model.get_inputs(
FLAGS.data_sst_path,
FLAGS.inp_dir,
FLAGS.dataset_name,
'val',
FLAGS.batch_size,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment