You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2017/11/08 17:59:50 UTC

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

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 things like example weighting. In addition, it does not return the actual per-example loss, which is non-trivial to compute. I think (but stand to be corrected, @piiswrong) that MXNet is moving away from these `output layers`. 
   
   One option: split this into a `yolo_region_layer` (based on DarkNet https://github.com/pjreddie/darknet/blob/master/src/region_layer.c), and then a separate loss layer that returns the loss.
   
   What are others thoughts on this? (could also have this 'output layer' and then also the separated region and loss layers, but this seems like a lot of code duplication).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services