pengzhao-intel commented on a change in pull request #13433: Fix deconvolution  
/ PR 13421
URL: https://github.com/apache/incubator-mxnet/pull/13433#discussion_r236960439
 
 

 ##########
 File path: tests/python/mkl/test_mkldnn.py
 ##########
 @@ -398,6 +398,24 @@ def softmax_forward(input_data, true_output):
     softmax_forward(mx.nd.array([[[[-3.4e38,-3.4e38]]]]), np.array([1.0,1.0]))
     softmax_forward(mx.nd.array([[[[3.4e38,3.4e38]]]]), np.array([1.0,1.0]))
 
+def test_deconvolution_inference():
+    np.random.seed(12345)
 
 Review comment:
   set random seed @with_seed()

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