Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 2f7dd60

Browse files
committed
remove num_runs since we don't need it
1 parent de3d57f commit 2f7dd60

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

scala-package/mxnet-demo/bin/run_im.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,10 @@ MODEL_PATH_PREFIX=$1
2323
INPUT_IMG=$2
2424
# which input image dir
2525
INPUT_DIR=$3
26-
# number of runs
27-
NUM_RUN=$4
2826

2927
CLASSPATH=$CLASSPATH:$CURR_DIR/target/*:$CLASSPATH:$CURR_DIR/target/classes/lib/*
3028
java -Xmx8G -cp $CLASSPATH \
3129
sample.ImageClassificationExample \
3230
--model-path-prefix $MODEL_PATH_PREFIX \
3331
--input-image $INPUT_IMG \
34-
--input-dir $INPUT_DIR \
35-
--num-run $NUM_RUN
32+
--input-dir $INPUT_DIR \

0 commit comments

Comments
 (0)