提交 18142526 authored 作者: sergii-gavrylov's avatar sergii-gavrylov

delete redundant references to a module

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