[GitHub] [incubator-mxnet] kshitij12345 edited a comment on issue #15120: [bug] fix higher grad log

2019-06-10 Thread GitBox
kshitij12345 edited a comment on issue #15120: [bug] fix higher grad log URL: https://github.com/apache/incubator-mxnet/pull/15120#issuecomment-500517870 Oops, sorry for the confusion. I meant the value of a NDArray. `auto gx = nnvm::NodeEntry{n};`, can I get/print the value of the

[GitHub] [incubator-mxnet] kshitij12345 edited a comment on issue #15120: [bug] fix higher grad log

2019-06-10 Thread GitBox
kshitij12345 edited a comment on issue #15120: [bug] fix higher grad log URL: https://github.com/apache/incubator-mxnet/pull/15120#issuecomment-500517870 Oops, sorry for the confusion. I meant the value of a NDArray corresponding to a computation. `auto gx = nnvm::NodeEntry{n};`, can I

[GitHub] [incubator-mxnet] kshitij12345 edited a comment on issue #15120: [bug] fix higher grad log

2019-06-08 Thread GitBox
kshitij12345 edited a comment on issue #15120: [bug] fix higher grad log URL: https://github.com/apache/incubator-mxnet/pull/15120#issuecomment-500114215 @apeforest , Thank You for explaining how to get the dump of the graph. Waiting the PR which simplifies that. Also could you

[GitHub] [incubator-mxnet] kshitij12345 edited a comment on issue #15120: [bug] fix higher grad log

2019-06-05 Thread GitBox
kshitij12345 edited a comment on issue #15120: [bug] fix higher grad log URL: https://github.com/apache/incubator-mxnet/pull/15120#issuecomment-499290399 > @kshitij12345 The computation graph for the second backward pass makes sense to me. As you can see there is only one output from the

[GitHub] [incubator-mxnet] kshitij12345 edited a comment on issue #15120: [bug] fix higher grad log

2019-06-05 Thread GitBox
kshitij12345 edited a comment on issue #15120: [bug] fix higher grad log URL: https://github.com/apache/incubator-mxnet/pull/15120#issuecomment-499290399 > @kshitij12345 The computation graph for the second backward pass makes sense to me. As you can see there is only one output from the

[GitHub] [incubator-mxnet] kshitij12345 edited a comment on issue #15120: [bug] fix higher grad log

2019-06-05 Thread GitBox
kshitij12345 edited a comment on issue #15120: [bug] fix higher grad log URL: https://github.com/apache/incubator-mxnet/pull/15120#issuecomment-499271979 > @kshitij12345 I have some question about the equation `expected_head_grad = (grad_op(x) * head_grad_grads).asnumpy()` in your test.

[GitHub] [incubator-mxnet] kshitij12345 edited a comment on issue #15120: [bug] fix higher grad log

2019-06-05 Thread GitBox
kshitij12345 edited a comment on issue #15120: [bug] fix higher grad log URL: https://github.com/apache/incubator-mxnet/pull/15120#issuecomment-499271979 > @kshitij12345 I have some question about the equation `expected_head_grad = (grad_op(x) * head_grad_grads).asnumpy()` in your test.