vandanavk commented on a change in pull request #13763: [contrib][op] fix 
MultiBoxPrior confusing results if first ratio is not 1.0
URL: https://github.com/apache/incubator-mxnet/pull/13763#discussion_r254021975
 
 

 ##########
 File path: tests/python/unittest/test_contrib_operator.py
 ##########
 @@ -297,6 +297,18 @@ def f(x, a, b, c):
                                         [backward_expected],
                                         rtol=1e-2 if dtype is np.float16 else 
1e-5,
                                         atol=1e-2 if dtype is np.float16 else 
1e-5)
+def test_multibox_prior_op():
+    h = 561
+    w = 728
 
 Review comment:
   Is it possible to not hardcode the test values?

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