提交 b30847de authored 作者: Frederic's avatar Frederic

fix docstring indent

上级 540980d7
...@@ -852,8 +852,11 @@ class GpuCorrMM(BaseGpuCorrMM): ...@@ -852,8 +852,11 @@ class GpuCorrMM(BaseGpuCorrMM):
class GpuCorrMM_gradWeights(BaseGpuCorrMM): class GpuCorrMM_gradWeights(BaseGpuCorrMM):
"""Gradient wrt. filters for `GpuCorrMM`. """Gradient wrt. filters for `GpuCorrMM`.
:note: You will not want to use this directly, but rely on Theano's :note: You will not want to use this directly, but rely on
automatic differentiation or graph optimization to use it as needed.""" Theano's automatic differentiation or graph optimization to
use it as needed.
"""
def __init__(self, border_mode="valid", def __init__(self, border_mode="valid",
subsample=(1, 1), subsample=(1, 1),
...@@ -906,8 +909,11 @@ class GpuCorrMM_gradWeights(BaseGpuCorrMM): ...@@ -906,8 +909,11 @@ class GpuCorrMM_gradWeights(BaseGpuCorrMM):
class GpuCorrMM_gradInputs(BaseGpuCorrMM): class GpuCorrMM_gradInputs(BaseGpuCorrMM):
"""Gradient wrt. inputs for `GpuCorrMM`. """Gradient wrt. inputs for `GpuCorrMM`.
:note: You will not want to use this directly, but rely on Theano's :note: You will not want to use this directly, but rely on
automatic differentiation or graph optimization to use it as needed.""" Theano's automatic differentiation or graph optimization to
use it as needed.
"""
def __init__(self, border_mode="valid", def __init__(self, border_mode="valid",
subsample=(1, 1), subsample=(1, 1),
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论