Skip to content

Commit

Permalink
fixed two nightly tests w.r.t. renamed Example NDL configs
Browse files Browse the repository at this point in the history
  • Loading branch information
frankseide committed Aug 27, 2016
1 parent 1d28942 commit 27a086f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ if [ $? != 0 ]; then
exit 1
fi

cntkrun TIMIT_TrainAutoEncoder.cntk "TIMIT_TrainAutoEncoder=[reader=[readerType=HTKDeserializers]] $CntkArguments" || exit $?
cntkrun TIMIT_TrainAutoEncoder_ndl_deprecated.cntk "TIMIT_TrainAutoEncoder=[reader=[readerType=HTKDeserializers]] $CntkArguments" || exit $?
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ if [ $? != 0 ]; then
exit 1
fi

cntkrun TIMIT_TrainWithPreTrain.cntk "reader=[readerType=HTKDeserializers] $CntkArguments" || exit $?
cntkrun TIMIT_TrainWithPreTrain_ndl_deprecated.cntk "reader=[readerType=HTKDeserializers] $CntkArguments" || exit $?

0 comments on commit 27a086f

Please sign in to comment.