From fa6b8f13acff8862cb05a18b81659b1b87582fbf Mon Sep 17 00:00:00 2001 From: littletomatodonkey <2120160898@bit.edu.cn> Date: Fri, 30 Oct 2020 16:08:10 +0800 Subject: [PATCH] Update GoogLeNet.yaml --- configs/Inception/GoogLeNet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/Inception/GoogLeNet.yaml b/configs/Inception/GoogLeNet.yaml index c5469368e..dbdf576fd 100644 --- a/configs/Inception/GoogLeNet.yaml +++ b/configs/Inception/GoogLeNet.yaml @@ -9,7 +9,7 @@ total_images: 1281167 save_interval: 1 validate: True valid_interval: 1 -epochs: 120 +epochs: 200 topk: 5 image_shape: [3, 224, 224]