From 4ea842712964e7653906574418a539054e6d65a4 Mon Sep 17 00:00:00 2001 From: LL <2859713954@qq.com> Date: Wed, 22 Jun 2022 06:38:01 +0000 Subject: [PATCH] update TensorFlow/contrib/cv/MVDSCN_ID1272_for_TensorFlow/README.md. --- .../cv/MVDSCN_ID1272_for_TensorFlow/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/TensorFlow/contrib/cv/MVDSCN_ID1272_for_TensorFlow/README.md b/TensorFlow/contrib/cv/MVDSCN_ID1272_for_TensorFlow/README.md index 3e13cb6d9..ba03222af 100644 --- a/TensorFlow/contrib/cv/MVDSCN_ID1272_for_TensorFlow/README.md +++ b/TensorFlow/contrib/cv/MVDSCN_ID1272_for_TensorFlow/README.md @@ -82,3 +82,15 @@ epoch = 150; | NPU | 0.3780 | |-----|--------| | **GPU** | **0.3700** | + +# 3、训练性能 +GPU和NPU下的训练性能结果 +npu性能: +Final Performance images/sec : 258.80 +Final Performance sec/step : 1.93202 +E2E Training Duration sec : 372 +gpu性能: +INFO:tensorflow: Final Performance images/sec: 2684.05 , batch_size:500 +INFO:tensorflow: Final Performance sec/step: 0.19 , batch_size:500 +E2E Training Duration sec : 298 +(使用ECS V100 GPU) \ No newline at end of file -- Gitee