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 d9e195652909c529e60cad24cf284af6990ef06a..0cb4523c6679ceadc39bd8acf1931c6e652f0dca 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()