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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to