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 2018/06/14 14:53:20 UTC

[GitHub] matteosal opened a new issue #11281: LRN operator doesn't comply with ONNX specification

matteosal opened a new issue #11281: LRN operator doesn't comply with ONNX specification
URL: https://github.com/apache/incubator-mxnet/issues/11281
 
 
   ONNX accepts any channel window size for LRN and specifies that the window should extend more in the positive channel direction in case of even size: https://github.com/onnx/onnx/blob/master/docs/Operators.md#LRN
   
   MXNet just throws an error when the size is even:
   ```
   Check failed: param_.nsize % 2 == 1U (0 vs. 1) LRN only supports odd values for local_size
   ```
   @sbodenstein 
   

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