Skip to content

Commit

Permalink
fixes tensorflow#2236: non-existant flag was used to point to the dat…
Browse files Browse the repository at this point in the history
…aset (tensorflow#2238)
  • Loading branch information
mees authored and reedwm committed Aug 18, 2017
1 parent 02007a6 commit 527609e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ptn/eval_ptn.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion ptn/eval_rotator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 527609e

Please sign in to comment.