TaoLv commented on a change in pull request #16075: Integrate MKL-DNN leakyrelu
URL: https://github.com/apache/incubator-mxnet/pull/16075#discussion_r321314534
 
 

 ##########
 File path: tests/python/unittest/test_gluon.py
 ##########
 @@ -1222,7 +1222,9 @@ def elu(x):
         return [elu(x_i) for x_i in x]
 
     for test_point, ref_point in zip(elu_test(point_to_validate), 
elu(point_to_validate)):
-        assert test_point == ref_point
+        print(test_point)
+        print(ref_point)
 
 Review comment:
   Why print?

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