diff --git a/TensorFlow/contrib/cv/fusiongan/FusionGAN_ID2124_for_TensorFlow/model.py b/TensorFlow/contrib/cv/fusiongan/FusionGAN_ID2124_for_TensorFlow/model.py index 4e813d77f1869647ded1b3eb44d28fe69be3ffe7..ebd56f03800ac9a52d376c45b2cb091d319cfeb0 100644 --- a/TensorFlow/contrib/cv/fusiongan/FusionGAN_ID2124_for_TensorFlow/model.py +++ b/TensorFlow/contrib/cv/fusiongan/FusionGAN_ID2124_for_TensorFlow/model.py @@ -158,7 +158,6 @@ class CGAN(object): perf_list=[] fps_list=[] RANK_SIZE = int(os.getenv('RANK_SIZE')) - rank_id = int(os.getenv('DEVICE_INDEX')) if int(RANK_SIZE) > 1: rank_id = int(os.getenv('RANK_ID')) input = tf.trainable_variables()