From cd41a93303b09483bf5f5b1a05be6acf505d35e3 Mon Sep 17 00:00:00 2001 From: jchl Date: Tue, 26 Feb 2019 14:19:01 +0800 Subject: [PATCH] Update run_infer.sh --- tools/simnet/train/tf/run_infer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/simnet/train/tf/run_infer.sh b/tools/simnet/train/tf/run_infer.sh index 33aa80a..80fc7da 100644 --- a/tools/simnet/train/tf/run_infer.sh +++ b/tools/simnet/train/tf/run_infer.sh @@ -3,7 +3,7 @@ set -u # set -o nounset set -o pipefail in_task_type='predict' -in_task_conf='./examples/cnn-pointwise.json' +in_task_conf='./examples/lstm-pointwise.json' python tf_simnet.py \ --task $in_task_type \ --task_conf $in_task_conf