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 2019/02/18 22:04:45 UTC

[GitHub] anirudhacharya commented on a change in pull request #14035: [WIP] Fix documentation for bilinear upsampling

anirudhacharya commented on a change in pull request #14035: [WIP] Fix documentation for bilinear upsampling 
URL: https://github.com/apache/incubator-mxnet/pull/14035#discussion_r257837616
 
 

 ##########
 File path: tests/python/unittest/test_operator.py
 ##########
 @@ -1514,6 +1527,20 @@ def test_nearest_upsampling():
                     check_nearest_upsampling_with_shape(shapes, scale, root_scale)
 
 
+@with_seed()
+def test_bilinear_upsampling():
+    for root_scale in [2,3]:
 
 Review comment:
   you could use `itertools.product` like here - https://github.com/anirudhacharya/incubator-mxnet/blob/master/tests/python/unittest/test_optimizer.py#L1225

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