Browse Source

!15479 Unet simple-mode 8p accurary stable and reach standard

From: @zhanghuiyao
Reviewed-by: @c_34,@oacjiewen
Signed-off-by: @c_34
pull/15479/MERGE
mindspore-ci-bot Gitee 5 years ago
parent
commit
65ff301acd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      model_zoo/official/cv/unet/src/config.py

+ 1
- 1
model_zoo/official/cv/unet/src/config.py View File

@@ -105,7 +105,7 @@ cfg_unet_simple = {
'lr': 0.0001,
'epochs': 400,
'repeat': 400,
'distribute_epochs': 1600,
'distribute_epochs': 2400,
'batchsize': 16,
'cross_valid_ind': 1,
'num_classes': 2,


Loading…
Cancel
Save