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/08/31 22:47:42 UTC

[GitHub] mseth10 commented on a change in pull request #12402: fixed flaky test issue for test_operator_gpu.test_depthwise_convolution

mseth10 commented on a change in pull request #12402: fixed flaky test issue for test_operator_gpu.test_depthwise_convolution
URL: https://github.com/apache/incubator-mxnet/pull/12402#discussion_r214490771
 
 

 ##########
 File path: tests/python/unittest/test_operator.py
 ##########
 @@ -1659,7 +1658,7 @@ def test_depthwise_convolution():
                             exe2.backward(exe2.outputs[0])
 
 Review comment:
   arr1 and arr2 are both float32. Downcast is happening during populating arr1 by random normal samples. I have made the casting explicit just to avoid errors.

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