Edit by browser
This commit is contained in:
parent
2cf8dd9d06
commit
7618d85ec9
|
@ -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))
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue