Open dashesy opened 7 years ago
it is a little bit more complicated than that... The label
shape depends on the axis
parameter as well...
axis
parameter should point to C
. The only way that could be correct is if axis
is -1 (last one). Even then, having C == 1
is not correct.
Issue summary
The documentation for
SoftmaxWithLoss
is* -#
But here in the code this is what is checked:
So the documentation should have been:
* -#