提交 b536fab4 authored 作者: Nicolas Ballas's avatar Nicolas Ballas

update comment

上级 23ca6554
...@@ -33,6 +33,7 @@ def batch_normalization(inputs, gamma, beta, mean, std): ...@@ -33,6 +33,7 @@ def batch_normalization(inputs, gamma, beta, mean, std):
back-propagation, this implementation lower the memory usage, however, back-propagation, this implementation lower the memory usage, however,
it is 5-10% slower than a naive theano implementation, as it redo it is 5-10% slower than a naive theano implementation, as it redo
some foward computations for the backprop. some foward computations for the backprop.
Work also on GPU
Parameters Parameters
---------- ----------
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论