diff --git a/python/paddle/fluid/parallel_executor.py b/python/paddle/fluid/parallel_executor.py index a2c6537effafcc2134d05a3f972f88ea3ec985b5..f2cefeb3013c55febf995a7e59bbabcde76b94a3 100644 --- a/python/paddle/fluid/parallel_executor.py +++ b/python/paddle/fluid/parallel_executor.py @@ -125,12 +125,6 @@ class ParallelExecutor(object): num_trainers=1, trainer_id=0, scope=None): - sys.stderr.write( - 'ParallelExecutor is deprecated. ' - 'Please use CompiledProgram and Executor. CompiledProgram ' - 'is a central place for optimization and Executor is the ' - 'unified executor. Example can be found in compiler.py.\n') - if build_strategy is None: build_strategy = BuildStrategy()