Browse Source

!9177 [ModelZoo]Change gcn early_stop epoch

From: @zhan_ke
Reviewed-by: @oacjiewen,@yingjy
Signed-off-by: @yingjy
tags/v1.1.0
mindspore-ci-bot Gitee 5 years ago
parent
commit
a7361e8524
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      model_zoo/official/gnn/gcn/src/config.py

+ 1
- 1
model_zoo/official/gnn/gcn/src/config.py View File

@@ -23,4 +23,4 @@ class ConfigGCN():
hidden1 = 16
dropout = 0.5
weight_decay = 5e-4
early_stopping = 10
early_stopping = 50

Loading…
Cancel
Save