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/09/14 00:31:58 UTC

[GitHub] ChaiBapchya opened a new pull request #12558: [MXNET-952] added a line to check for kernel size and unittest for the same

ChaiBapchya opened a new pull request #12558: [MXNET-952] added a line to check for kernel size and unittest for the same
URL: https://github.com/apache/incubator-mxnet/pull/12558
 
 
   ## Description ##
   Added a check statement for kernel size whether it's an odd number or not with respect to Correlation operator.
   Also added a test case in test_operator python file
   This fixes #9034 
   
   ## Checklist ##
   ### Essentials ###
   Please feel free to remove inapplicable items for your PR.
   - [x] The PR title starts with [MXNET-$JIRA_ID], where $JIRA_ID refers to the relevant [JIRA issue](https://issues.apache.org/jira/projects/MXNET/issues) created (except PRs with tiny changes)
   - [x] Changes are complete (i.e. I finished coding on this PR)
   - [x] All changes have test coverage:
   - Unit tests are added for small changes to verify correctness (e.g. adding a new operator)
   - [x] Code is well-documented: 
   - [x] To the my best knowledge, examples are either not affected by this change, or have been fixed to be compatible with this change
   

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