forked from mindspore-Ecosystem/mindspore
!15300 always make clean in train lenet
From: @xutianchun Reviewed-by: @zhanghaibo5,@hangangqiang Signed-off-by: @zhanghaibo5,@hangangqiang
This commit is contained in:
commit
fb65a2e6f6
|
@ -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…
Reference in New Issue