提交 42386839 authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Minor cosmetic change in comments

上级 ae0027ac
...@@ -428,7 +428,7 @@ class CrossentropySoftmaxArgmax1HotWithBias(gof.Op): ...@@ -428,7 +428,7 @@ class CrossentropySoftmaxArgmax1HotWithBias(gof.Op):
argmax(x) is the index of x's greatest element argmax(x) is the index of x's greatest element
y_idx[i] is an integer index, encoding a 1-hot distribution. y_idx[i] is an integer index, encoding a 1-hot distribution.
In practice, when we're trying to do classification, we have one row in x In practice, when we are trying to do classification, we have one row in x
and y_idx per example, and y[i] is the index of the (correct) class of the and y_idx per example, and y[i] is the index of the (correct) class of the
i'th example. i'th example.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论