Skip to content

Commit

Permalink
Update unet.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bubbliiiing authored Nov 11, 2021
1 parent c59d16b commit 3a97969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unet.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Unet(object):
# 训练好后logs文件夹下存在多个权值文件,选择验证集损失较低的即可。
# 验证集损失较低不代表miou较高,仅代表该权值在验证集上泛化性能较好。
#-------------------------------------------------------------------#
"model_path" : 'model_data/unet_voc',
"model_path" : 'model_data/unet_voc.h5',
#----------------------------------------#
# 所需要区分的类的个数+1
#----------------------------------------#
Expand Down

0 comments on commit 3a97969

Please sign in to comment.