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

Merge pull request #2415 from sergii-gavrylov/patch-3

delete redundant references to a module
......@@ -1890,7 +1890,7 @@ def consider_constant(x):
return consider_constant_(x)
class GradClip(theano.compile.ViewOp):
class GradClip(ViewOp):
# See doc in user fct grad_clip
__props__ = ()
def __init__(self, clip_lower_bound, clip_upper_bound):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论