提交 cfbc73b9 authored 作者: Zach Dwiel's avatar Zach Dwiel

typo in bn.py documentation

上级 ac26259d
...@@ -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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论