Browse Source

always make clean in train lenet demo

pull/15300/head
xutianchun 4 years ago
parent
commit
da2e3561da
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