From 3b6a82a96eeb56abe46b94efe0b7634c0e7e32a8 Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Thu, 31 Mar 2022 06:35:29 +0000 Subject: [PATCH] update TensorFlow/contrib/cv/stgan/STGAN_ID1473_for_TensorFlow/test.py. --- .../contrib/cv/stgan/STGAN_ID1473_for_TensorFlow/test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TensorFlow/contrib/cv/stgan/STGAN_ID1473_for_TensorFlow/test.py b/TensorFlow/contrib/cv/stgan/STGAN_ID1473_for_TensorFlow/test.py index d9e195652..0cb4523c6 100644 --- a/TensorFlow/contrib/cv/stgan/STGAN_ID1473_for_TensorFlow/test.py +++ b/TensorFlow/contrib/cv/stgan/STGAN_ID1473_for_TensorFlow/test.py @@ -219,8 +219,8 @@ try: '_%s'%(str(test_atts)) if multi_atts else '')) print('%06d.png done!' % (idx + 182638 if img is None else img[idx])) - #if idx + 182638 == 202599: break - if idx + 182638 == 182738: break #CI看护test采用验证数据图片100张 + if idx + 182638 == 202599: break + #if idx + 182638 == 182738: break #CI看护test采用验证数据图片100张 except: traceback.print_exc() -- Gitee