We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcaf60f commit 83942c3Copy full SHA for 83942c3
python/paddle/fluid/parallel_executor.py
@@ -125,12 +125,6 @@ def __init__(self,
125
num_trainers=1,
126
trainer_id=0,
127
scope=None):
128
- sys.stderr.write(
129
- 'ParallelExecutor is deprecated. '
130
- 'Please use CompiledProgram and Executor. CompiledProgram '
131
- 'is a central place for optimization and Executor is the '
132
- 'unified executor. Example can be found in compiler.py.\n')
133
-
134
if build_strategy is None:
135
build_strategy = BuildStrategy()
136
0 commit comments