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/30 02:43:20 UTC

[GitHub] lilhope opened a new issue #8882: Question about the forward function of multibox-target.cu

lilhope opened a new issue #8882: Question about the forward function  of multibox-target.cu
URL: https://github.com/apache/incubator-mxnet/issues/8882
 
 
   The forward function of multibox_target.cu checks the `labels` shape in line 358:
   ```
   CHECK_GT(num_labels, 2);
   ```
   That means we must provide the labels>2 each batch, is it a bug or the GPU operator need the labels >2? 

----------------------------------------------------------------
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