diff --git a/paddle/framework/backward.md b/paddle/framework/backward.md index 61c80635b8749b46f331a86cf538fd6c4089d7fe..19e1850e46bf5154c6134ebc1e908b733725e677 100644 --- a/paddle/framework/backward.md +++ b/paddle/framework/backward.md @@ -75,9 +75,9 @@ A backward network is a series of backward operators. The main idea of building **sharing variables**. As illustrated in the pictures, two operator's share the same variable name of W@GRAD, which will overwrite their sharing input variable.
-
+
- pic 1.
+ pic 1. Sharing variables in operators.