From d24c9fc287ac42f10c6c467834a87c5f085e49c7 Mon Sep 17 00:00:00 2001 From: zouap Date: Wed, 8 Jun 2022 15:56:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zouap --- templates/repo/modelmanage/convertshowinfo.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/repo/modelmanage/convertshowinfo.tmpl b/templates/repo/modelmanage/convertshowinfo.tmpl index be88bc53b..2a02acdc3 100644 --- a/templates/repo/modelmanage/convertshowinfo.tmpl +++ b/templates/repo/modelmanage/convertshowinfo.tmpl @@ -304,7 +304,7 @@ td, th {
- {{.NetOutputFormat}} + {{if eq .NetOutputFormat 0}}FP32 {{else if eq .NetOutputFormat 1}}FP16 {{end}}
@@ -363,7 +363,7 @@ td, th {
- {{.SrcEngine}} + {{if eq .SrcEngine 0}}Pytorch {{else if eq .SrcEngine 1}}Tensorflow{{else if eq .SrcEngine 2}}MindSpore {{end}}
@@ -375,7 +375,7 @@ td, th {
- {{.DestFormat}} + {{if eq .DestFormat 0}}ONNX {{else if eq .DestFormat 1}}TensorRT {{end}}