diff --git a/python/paddle/fluid/framework.py b/python/paddle/fluid/framework.py index 5747de7ddd2d492cc509aeec8fa97f8635fef3ab..2e68f1a023f3d4a125ec3ea5643ba33fb822cc7b 100644 --- a/python/paddle/fluid/framework.py +++ b/python/paddle/fluid/framework.py @@ -87,7 +87,7 @@ _global_flags_ = core.globals() _enable_standalone_executor_ = (os.environ.get('FLAGS_USE_STANDALONE_EXECUTOR', None)) _dy2st_enable_standalone_executor_ = (os.environ.get( - 'FLAGS_DY2ST_USE_STANDALONE_EXECUTOR', 0)) + 'FLAGS_DY2ST_USE_STANDALONE_EXECUTOR', 1)) # Some explanation of our execution system 2022.03 # For now we have 3 kinds of execution system, since we refactored dygraph mode to