[GitHub] sbodenstein commented on issue #8582: Yolo2 operator

2017-11-10 Thread GitBox
sbodenstein commented on issue #8582: Yolo2 operator URL: https://github.com/apache/incubator-mxnet/pull/8582#issuecomment-343462534 One more comment on this PR: is there anyway of verifying that the gradient is correctly calculated?

[GitHub] sbodenstein commented on issue #8582: Yolo2 operator

2017-11-09 Thread GitBox
sbodenstein commented on issue #8582: Yolo2 operator URL: https://github.com/apache/incubator-mxnet/pull/8582#issuecomment-343229939 > I am working on object detection operators decomposed and implemented using gluon blocks/nnvm operators that is highly modular and customizable.

[GitHub] sbodenstein commented on issue #8582: Yolo2 operator

2017-11-08 Thread GitBox
sbodenstein commented on issue #8582: Yolo2 operator URL: https://github.com/apache/incubator-mxnet/pull/8582#issuecomment-342901844 One issue for us: this layer is an 'output layer' and hence doesn't support out grads into the layer. This is an unfortunate restriction, as it rules out