From 8910a50040e662afde2e8562103df2d85152c80f Mon Sep 17 00:00:00 2001 From: "wangwenhua1@huawei.com" Date: Mon, 4 Jan 2021 14:10:02 +0800 Subject: [PATCH] display model info --- ge/offline/main.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ge/offline/main.cc b/ge/offline/main.cc index ed67b913..81e1638b 100755 --- a/ge/offline/main.cc +++ b/ge/offline/main.cc @@ -228,8 +228,7 @@ class GFlagUtils { "[General]\n" " --h/help Show this help message\n" " --mode Run mode. 0(default): generate offline model; 1: convert model to JSON format; " - "6: display model info" - "3: only pre-check; 5: convert ge dump txt file to JSON format\n" + "3: only pre-check; 5: convert ge dump txt file to JSON format; 6: display model info\n" "\n[Input]\n" " --model Model file\n" " --weight Weight file. Required when framework is Caffe\n"