vandanavk edited a comment on issue #11445: [WIP] Fix precision issue of test case test_rnnrelu_bidirectional and test_rnnrelu_sym URL: https://github.com/apache/incubator-mxnet/pull/11445#issuecomment-411128796 @lihaofd Any pointers so far? The issue is always reproducible with seed 272273578, FusedRNN with 2 layers and bidirectional=True. I tried out a few experiments - the issue doesn't occur with 3 layers in test_rnnrelu_bidirectional or when the FusedRNN is unfused. Also, any reason for `T, N, I, H = 5, 20, 200, 200` in the case of test_rnnrelu_bidirectional and test_rnnrelu_sym? There is not precision issue with `T, N, I, H = 5, 20, 800, 800` for test_rnnrelu_bidirectional
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
