wkcn commented on a change in pull request #16292: [Done] BilinearResize2D 
optimized
URL: https://github.com/apache/incubator-mxnet/pull/16292#discussion_r334311196
 
 

 ##########
 File path: tests/python/gpu/test_gluon_transforms.py
 ##########
 @@ -145,13 +145,3 @@ def py_bilinear_resize_nhwc(x, outputHeight, outputWidth):
                             h1lambda*((1-w1lambda)*x[b][h1+h1p][w1][c] + \
                             w1lambda*x[b][h1+h1p][w1+w1p][c])
         return y
-
-    # Test with normal case 3D input int8 type
 
 Review comment:
   Why were the two tests removed?
   Others LGTM.
   Thank you!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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