[GitHub] [incubator-singa] dcslin commented on issue #540: added softmax with axis

2019-10-09 Thread GitBox
dcslin commented on issue #540: added softmax with axis URL: https://github.com/apache/incubator-singa/pull/540#issuecomment-539904174 Hi @joddiy, thank you for the review. kindly find the updated version which fixed the mentioned issue.

[GitHub] [incubator-singa] dcslin commented on issue #540: added softmax with axis

2019-10-08 Thread GitBox
dcslin commented on issue #540: added softmax with axis URL: https://github.com/apache/incubator-singa/pull/540#issuecomment-539628035 > > > still has some problems, the output of multiple dimension inputs is not correct. > > > please check: > > > ``` > > > x_0 = np.array([[0, 1,

[GitHub] [incubator-singa] dcslin commented on issue #540: added softmax with axis

2019-10-07 Thread GitBox
dcslin commented on issue #540: added softmax with axis URL: https://github.com/apache/incubator-singa/pull/540#issuecomment-538955169 > still has some problems, the output of multiple dimension inputs is not correct. > please check: > > ``` > x_0 = np.array([[0, 1, 2, 3],