From 6651301b2926790081e4edb2ad4ef7155fd08581 Mon Sep 17 00:00:00 2001 From: gongweibao Date: Sun, 8 Apr 2018 10:41:53 +0800 Subject: [PATCH] Modify comments of `sync_with_cpp` --- python/paddle/fluid/framework.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/paddle/fluid/framework.py b/python/paddle/fluid/framework.py index 39d4017861..401e26f474 100644 --- a/python/paddle/fluid/framework.py +++ b/python/paddle/fluid/framework.py @@ -838,7 +838,7 @@ class Block(object): def sync_with_cpp(self): """ - Sync with the desc on the c++ end. + Sync from the desc on the c++ end. This method is used to synchronize the c++ desc instance generated by backward. """ -- GitLab