提交 45d31366 authored 作者: Frédéric Bastien's avatar Frédéric Bastien

Merge pull request #3828 from dwiel/patch-1

typo in bn.py documentation
...@@ -33,7 +33,7 @@ def batch_normalization(inputs, gamma, beta, mean, std, ...@@ -33,7 +33,7 @@ def batch_normalization(inputs, gamma, beta, mean, std,
""" """
This function will build the symbolic graph for applying batch normalization This function will build the symbolic graph for applying batch normalization
to a set of activations. to a set of activations.
Work also on GPU Also works on GPUs
.. versionadded:: 0.7.1 .. versionadded:: 0.7.1
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论