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 2020/08/20 20:25:25 UTC

[GitHub] [incubator-mxnet] zhreshold commented on issue #18966: One bug in mxnet1.6.0 gluon hybridize

zhreshold commented on issue #18966:
URL: https://github.com/apache/incubator-mxnet/issues/18966#issuecomment-677885157


   change `box_centers = F.broadcast_add(F.tanh(raw_box_centers)*3 +1 , offsets) * self._stride` to 
   ```python
   box_centers = F.broadcast_add(F.broadcast_add(F.tanh(raw_box_centers)*3, 1) , offsets) * self._stride
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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