Unverified 提交 d660ea78 authored 作者: Marco Gorelli's avatar Marco Gorelli 提交者: GitHub

remove notes section from clip (#204)

上级 55ef0e6b
...@@ -3759,9 +3759,7 @@ def clip(x, min, max): ...@@ -3759,9 +3759,7 @@ def clip(x, min, max):
""" """
Clip x to be between min and max. Clip x to be between min and max.
Notes Note that when `x` is equal to the boundaries, the output is considered
-----
When `x` is equal to the boundaries, the output is considered
to be `x`, so at these points, the gradient of the cost wrt the output to be `x`, so at these points, the gradient of the cost wrt the output
will be propagated to `x`, not to `min` nor `max`. In other words, will be propagated to `x`, not to `min` nor `max`. In other words,
on these points, the gradient wrt `x` will be equal to the gradient wrt on these points, the gradient wrt `x` will be equal to the gradient wrt
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论