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/10/22 05:15:06 UTC

[GitHub] [incubator-mxnet] zixuanweeei commented on a change in pull request #16545: [mkldnn-v1.0] Skip flaky test for unidirectional rnn_relu

zixuanweeei commented on a change in pull request #16545: [mkldnn-v1.0] Skip flaky test for unidirectional rnn_relu
URL: https://github.com/apache/incubator-mxnet/pull/16545#discussion_r337332753
 
 

 ##########
 File path: tests/python/unittest/test_operator.py
 ##########
 @@ -38,6 +38,7 @@
 def check_rnn_consistency(cell1, cell2, T, N, I, H, grad_req, rtol=1e-2, atol=1e-4):
     if default_context().device_type == 'cpu':
     # NOTE(zixuanweeei): Currently, we don't add `add` requests support on fused mkl-dnn rnn operator.
+    # We tracked this issue by https://github.com/apache/incubator-mxnet/issues/16578
 
 Review comment:
   Yes.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services