ChaiBapchya commented on a change in 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#discussion_r217784185
##########
File path: tests/python/unittest/test_operator.py
##########
@@ -6913,6 +6913,28 @@ def test_invalid_depth_dim():
test_invalid_block_size()
test_invalid_depth_dim()
+@with_seed()
+def test_correlation_kernel_size():
+ import numpy as np
Review comment:
True. My bad. Removing it.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services