提交 c0b3cfbe authored 作者: Frederic Bastien's avatar Frederic Bastien

doc typo

上级 3a1564ce
...@@ -1082,7 +1082,7 @@ class GpuDnnSoftmaxBase(DnnBase): ...@@ -1082,7 +1082,7 @@ class GpuDnnSoftmaxBase(DnnBase):
:param algo: 'fast' or 'accurate' indicating whether computations should be :param algo: 'fast' or 'accurate' indicating whether computations should be
optimized for speed or accuracy respectively. optimized for speed or accuracy respectively.
:param mode: 'instance' or 'channel' indicating whether the softmax should :param mode: 'instance' or 'channel' indicating whether the softmax should
be computed per image across 'c01' or per spationali location '01' per be computed per image across 'c01' or per spatial location '01' per
image across 'c'. image across 'c'.
""" """
...@@ -1229,7 +1229,7 @@ class GpuDnnSoftmax(GpuDnnSoftmaxBase): ...@@ -1229,7 +1229,7 @@ class GpuDnnSoftmax(GpuDnnSoftmaxBase):
:param algo: 'fast' or 'accurate' indicating whether computations should be :param algo: 'fast' or 'accurate' indicating whether computations should be
optimized for speed or accuracy respectively. optimized for speed or accuracy respectively.
:param mode: 'instance' or 'channel' indicating whether the softmax should :param mode: 'instance' or 'channel' indicating whether the softmax should
be computed per image across 'c01' or per spationali location '01' per be computed per image across 'c01' or per spatial location '01' per
image across 'c'. image across 'c'.
""" """
direction = 'forward' direction = 'forward'
...@@ -1290,7 +1290,7 @@ class GpuDnnSoftmaxGrad(GpuDnnSoftmaxBase): ...@@ -1290,7 +1290,7 @@ class GpuDnnSoftmaxGrad(GpuDnnSoftmaxBase):
:param algo: 'fast' or 'accurate' indicating whether computations should be :param algo: 'fast' or 'accurate' indicating whether computations should be
optimized for speed or accuracy respectively. optimized for speed or accuracy respectively.
:param mode: 'instance' or 'channel' indicating whether the softmax should :param mode: 'instance' or 'channel' indicating whether the softmax should
be computed per image across 'c01' or per spationali location '01' per be computed per image across 'c01' or per spatial location '01' per
image across 'c'. image across 'c'.
""" """
direction = 'backward' direction = 'backward'
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论