提交 3a1fa9dd authored 作者: Florian Bordes's avatar Florian Bordes

Correct typos

上级 5ffe4db8
...@@ -805,7 +805,7 @@ def softmax_graph(c): ...@@ -805,7 +805,7 @@ def softmax_graph(c):
def softmax(c): def softmax(c):
c = as_tensor_variable(c) c = as_tensor_variable(c)
if c.broadcastable[-1]: if c.broadcastable[-1]:
warnings.warn("The softmax is appllied on a dimension of shape 1, which doesn't have a semantic meaning.") warnings.warn("The softmax is applied on a dimension of shape 1, which does not have a semantic meaning.")
return softmax_op(c) return softmax_op(c)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论