mozga-intel commented on a change in pull request #20406:
URL: https://github.com/apache/incubator-mxnet/pull/20406#discussion_r666101862



##########
File path: tests/python/mkl/test_mkldnn.py
##########
@@ -309,15 +319,18 @@ def check_batchnorm_training(stype):
             data = mx.symbol.Variable('data', stype=stype)
             in_location = [mx.nd.array(data_tmp).tostype(stype), 
mx.nd.array(gamma).tostype(stype),
                            mx.nd.array(beta).tostype(stype)]
-            mean_std = [mx.nd.array(rolling_mean).tostype(stype), 
mx.nd.array(rolling_std).tostype(stype)]
+            mean_std = [mx.nd.array(rolling_mean).tostype(

Review comment:
       Please have a look at this ~ there are a few fixes 




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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to