From 7618d85ec9cf8ab59b882cca5779a4450d62395b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E4=BA=9A=E4=BA=91?= <563880696@qq.com> Date: Mon, 13 Jul 2020 14:41:01 +0800 Subject: [PATCH] Edit by browser --- MindSpore/src/step4/test_net.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MindSpore/src/step4/test_net.py b/MindSpore/src/step4/test_net.py index 7950566..6545299 100644 --- a/MindSpore/src/step4/test_net.py +++ b/MindSpore/src/step4/test_net.py @@ -168,10 +168,10 @@ def test_net(args, network, model, mnist_path): print("============== Starting Testing ==============") # load the saved model for evaluation # 请在此添加代码完成本关任务 - # **********Begin*********# - ##提示:补全验证函数的代码 + #********** Begin *********# + ## 提示:补全验证函数的代码 - # **********End**********# + #********** End **********# print("============== Accuracy:{} ==============".format(acc))