Edit by browser

This commit is contained in:
陈亚云 2020-07-13 14:41:01 +08:00
parent 2cf8dd9d06
commit 7618d85ec9
1 changed files with 3 additions and 3 deletions

View File

@ -168,10 +168,10 @@ def test_net(args, network, model, mnist_path):
print("============== Starting Testing ==============") print("============== Starting Testing ==============")
# load the saved model for evaluation # load the saved model for evaluation
# 请在此添加代码完成本关任务 # 请在此添加代码完成本关任务
# **********Begin*********# #********** Begin *********#
##提示:补全验证函数的代码 ## 提示:补全验证函数的代码
# **********End**********# #********** End **********#
print("============== Accuracy:{} ==============".format(acc)) print("============== Accuracy:{} ==============".format(acc))