Browse Source

!15300 always make clean in train lenet

From: @xutianchun
Reviewed-by: @zhanghaibo5,@hangangqiang
Signed-off-by: @zhanghaibo5,@hangangqiang
pull/15300/MERGE
mindspore-ci-bot Gitee 4 years ago
parent
commit
fb65a2e6f6
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      mindspore/lite/examples/train_lenet/prepare_and_run.sh

+ 1
- 0
mindspore/lite/examples/train_lenet/prepare_and_run.sh View File

@@ -95,6 +95,7 @@ mv mindspore-* msl/
cp -r $MNIST_DATA_PATH ${PACKAGE}/dataset || exit 1

echo "==========Compiling============"
make clean
make TARGET=${TARGET}
# Copy the executable to the package


Loading…
Cancel
Save