Skip to content

Commit

Permalink
修改了共享变量的说明
Browse files Browse the repository at this point in the history
  • Loading branch information
lijin-THU committed Oct 10, 2015
1 parent 23d031c commit 684e314
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 09. theano/09.02 theano basics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"`Theano` 中可以定义共享的变量,它们可以在多个函数中被共享。"
"`Theano` 中可以定义共享的变量,它们可以在多个函数中被共享,共享变量类似于普通函数定义时候使用的全局变量,同时加上了 `global` 的属性以便在函数中修改这个全局变量的值"
]
},
{
Expand Down Expand Up @@ -782,7 +782,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.10"
"version": "2.7.9"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 684e314

Please sign in to comment.