Skip to content
Snippets Groups Projects
Commit b7bd684c authored by hexiangdong2019's avatar hexiangdong2019
Browse files

修改训练模型保存设置

parent 28f01ec3
No related branches found
No related tags found
No related merge requests found
......@@ -136,7 +136,7 @@ def net_eval():
img_lst = f.readlines()
network = deeplab_v3.DeepLabV3(phase='eval', num_classes=6, output_stride=16, freeze_bn=False)
eval_net = BuildEvalNetwork(network, "NCHW")
param_dict = load_checkpoint('./deeplab.ckpt')
param_dict = load_checkpoint('./deeplab.ckpt-10_30.ckpt')
load_param_into_net(eval_net, param_dict)
eval_net.set_train(False)
hist = np.zeros((6, 6))
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment