Skip to content

Commit 684e314

Browse files
committed
修改了共享变量的说明
1 parent 23d031c commit 684e314

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

09. theano/09.02 theano basics.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@
484484
"cell_type": "markdown",
485485
"metadata": {},
486486
"source": [
487-
"`Theano` 中可以定义共享的变量,它们可以在多个函数中被共享。"
487+
"`Theano` 中可以定义共享的变量,它们可以在多个函数中被共享,共享变量类似于普通函数定义时候使用的全局变量,同时加上了 `global` 的属性以便在函数中修改这个全局变量的值"
488488
]
489489
},
490490
{
@@ -782,7 +782,7 @@
782782
"name": "python",
783783
"nbconvert_exporter": "python",
784784
"pygments_lexer": "ipython2",
785-
"version": "2.7.10"
785+
"version": "2.7.9"
786786
}
787787
},
788788
"nbformat": 4,

0 commit comments

Comments
 (0)