提交 dfa3b940 编写于 作者: J jingqinghe

fix bugs in mpc demo

上级 20da9463
...@@ -61,8 +61,8 @@ fi ...@@ -61,8 +61,8 @@ fi
$REDIS_BIN -h $SERVER -p $PORT flushall $REDIS_BIN -h $SERVER -p $PORT flushall
# remove temp data generated in last time # remove temp data generated in last time
LOSS_FILE="/tmp/uci_loss.*" LOSS_FILE="/tmp/mnist_output_loss.*"
PRED_FILE="/tmp/uci_prediction.*" PRED_FILE="/tmp/mnist_output_prediction.*"
if [ "$LOSS_FILE" ]; then if [ "$LOSS_FILE" ]; then
rm -rf $LOSS_FILE rm -rf $LOSS_FILE
fi fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册