From b18b6dcc9b2efcad5c6fbd3e03a462d15e4fa337 Mon Sep 17 00:00:00 2001 From: YueJiang <1206052386@qq.com> Date: Sat, 17 Dec 2022 09:01:43 +0000 Subject: [PATCH] =?UTF-8?q?update=20TensorFlow/contrib/cv/AvatarGAN=5FID13?= =?UTF-8?q?05=5Ffor=5FTensorFlow/main.py.=20=E6=AD=A4=E5=A4=84=E6=89=93?= =?UTF-8?q?=E5=BC=80=E6=94=B6=E9=9B=86prof=E6=95=B0=E6=8D=AE=E4=B8=8D?= =?UTF-8?q?=E5=90=88=E7=90=86=EF=BC=8C=E4=BC=9A=E5=B0=86home=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E4=B8=8B=E7=A3=81=E7=9B=98=E7=A9=BA=E9=97=B4=E5=8D=A0?= =?UTF-8?q?=E6=BB=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: YueJiang <1206052386@qq.com> --- TensorFlow/contrib/cv/AvatarGAN_ID1305_for_TensorFlow/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TensorFlow/contrib/cv/AvatarGAN_ID1305_for_TensorFlow/main.py b/TensorFlow/contrib/cv/AvatarGAN_ID1305_for_TensorFlow/main.py index 956495520..5d505829a 100644 --- a/TensorFlow/contrib/cv/AvatarGAN_ID1305_for_TensorFlow/main.py +++ b/TensorFlow/contrib/cv/AvatarGAN_ID1305_for_TensorFlow/main.py @@ -129,7 +129,7 @@ def main(_): custom_op.name = "NpuOptimizer" #profiling 开关 - custom_op.parameter_map["profiling_mode"].b = True + custom_op.parameter_map["profiling_mode"].b = False # custom_op.parameter_map["profiling_options"].s = tf.compat.as_bytes( # '{"output":"/mypath/output","task_trace":"on","training_trace":"on","aicpu":"on","fp_point":"","bp_point":""}') custom_op.parameter_map["profiling_options"].s = tf.compat.as_bytes( -- Gitee