diff --git a/TensorFlow/built-in/cv/image_classification/EfficientNet_B0_ID0009_for_TensorFlow/efficientnet/main_npu.py b/TensorFlow/built-in/cv/image_classification/EfficientNet_B0_ID0009_for_TensorFlow/efficientnet/main_npu.py index e8131ad312aedde72f252b52619b2fc0b7e71c74..6c45601052212f7d367a4930067073b4caefb7ea 100644 --- a/TensorFlow/built-in/cv/image_classification/EfficientNet_B0_ID0009_for_TensorFlow/efficientnet/main_npu.py +++ b/TensorFlow/built-in/cv/image_classification/EfficientNet_B0_ID0009_for_TensorFlow/efficientnet/main_npu.py @@ -684,7 +684,7 @@ def main(unused_argv): os.environ['TF_ENABLE_WINOGRAD_NONFUSED'] = '1' config = NPURunConfig( - auto_tune_mode=os.getenv("FLAG_AUTOTUNE"), + #auto_tune_mode=os.getenv("FLAG_AUTOTUNE"), hcom_parallel=True, precision_mode="allow_mix_precision", enable_data_pre_proc=True, diff --git a/TensorFlow/built-in/cv/image_classification/VGG16_ID0068_for_TensorFlow/vgg16/trainer.py b/TensorFlow/built-in/cv/image_classification/VGG16_ID0068_for_TensorFlow/vgg16/trainer.py index 12b81531c751a2db9fff9d8a331c28a8fd24ff5b..07dbfe97bfca9bd140c07faf40c21bebd31dca16 100644 --- a/TensorFlow/built-in/cv/image_classification/VGG16_ID0068_for_TensorFlow/vgg16/trainer.py +++ b/TensorFlow/built-in/cv/image_classification/VGG16_ID0068_for_TensorFlow/vgg16/trainer.py @@ -40,7 +40,7 @@ class Trainer(object): from npu_bridge.estimator.npu.npu_estimator import NPUEstimator run_config = NPURunConfig( - auto_tune_mode=os.getenv("FLAG_AUTOTUNE"), + #auto_tune_mode=os.getenv("FLAG_AUTOTUNE"), hcom_parallel=True, precision_mode="allow_mix_precision", enable_data_pre_proc=True, diff --git a/TensorFlow/built-in/nlp/BertCOLA_ID1629_for_TensorFlow/run_classifier.py b/TensorFlow/built-in/nlp/BertCOLA_ID1629_for_TensorFlow/run_classifier.py index 297fac09ff92bb93b5181aa01844720dc63d488f..454503ad0f76a500eebda30a11bd79b67e07a413 100644 --- a/TensorFlow/built-in/nlp/BertCOLA_ID1629_for_TensorFlow/run_classifier.py +++ b/TensorFlow/built-in/nlp/BertCOLA_ID1629_for_TensorFlow/run_classifier.py @@ -922,7 +922,7 @@ def main(_): hcom_parallel=True, precision_mode=FLAGS.precision_mode, keep_checkpoint_max=5, - auto_tune_mode=auto_tune_mode, + #auto_tune_mode=auto_tune_mode, profiling_config=profiling_config, dump_config=dump_config ) diff --git a/TensorFlow/built-in/nlp/BertNV_Series_for_TensorFlow/src/run_classifier.py b/TensorFlow/built-in/nlp/BertNV_Series_for_TensorFlow/src/run_classifier.py index 5ae6f4eedaf571c414ebb1ce716a44c15a3e0bcc..3104db37e98ce5a5932b6a530dca43cbe4bd582d 100644 --- a/TensorFlow/built-in/nlp/BertNV_Series_for_TensorFlow/src/run_classifier.py +++ b/TensorFlow/built-in/nlp/BertNV_Series_for_TensorFlow/src/run_classifier.py @@ -614,7 +614,7 @@ def main(_): precision_mode=FLAGS.precision_mode, keep_checkpoint_max=5, log_step_count_steps=10, - auto_tune_mode=auto_tune_mode, + #auto_tune_mode=auto_tune_mode, profiling_config=profiling_config, dump_config=dump_config ) diff --git a/TensorFlow/contrib/cv/VGG19_ID0374_for_TensorFlow/vgg19/trainer.py b/TensorFlow/contrib/cv/VGG19_ID0374_for_TensorFlow/vgg19/trainer.py index 79895712d6b9751d870396cfd209d7e5d5f90c16..0057db0f1360166d3b5ba9c4863909aec882b13a 100644 --- a/TensorFlow/contrib/cv/VGG19_ID0374_for_TensorFlow/vgg19/trainer.py +++ b/TensorFlow/contrib/cv/VGG19_ID0374_for_TensorFlow/vgg19/trainer.py @@ -40,7 +40,7 @@ class Trainer(object): from npu_bridge.estimator.npu.npu_estimator import NPUEstimator run_config = NPURunConfig( - auto_tune_mode=os.getenv("FLAG_AUTOTUNE"), + #auto_tune_mode=os.getenv("FLAG_AUTOTUNE"), hcom_parallel=True, precision_mode="allow_mix_precision", enable_data_pre_proc=True,