DickJC123 commented on pull request #19327: URL: https://github.com/apache/incubator-mxnet/pull/19327#issuecomment-706481601
I can verify the PR has fixed the problem. In the centos-cpu log of this PR: ``` [2020-10-10T02:44:13.929Z] test_operator.test_rnn_with_new_param ... ok (0.1284s) [2020-10-10T02:44:13.929Z] test_operator.test_activation ... SKIP: test fails intermittently. temporarily disabled till it gets fixed. tracked at https://github.com/apache/incubator-mxnet/issues/13915 [2020-10-10T02:44:13.929Z] test_operator.test_laop_6 ... SKIP: Test crashes https://github.com/apache/incubator-mxnet/issues/15975 [2020-10-10T02:44:13.929Z] test_operator.test_sequence_last ... SKIP: Flaky test: https://github.com/apache/incubator-mxnet/issues/11395 [2020-10-10T02:44:28.755Z] test_operator.test_lstm_sym ... /work/mxnet/python/mxnet/rnn/rnn_cell.py:674: UserWarning: NTC layout detected. Consider using TNC for FusedRNNCell for faster speed ``` while in a log from an early 1.x PR https://github.com/apache/incubator-mxnet/pull/19296 without this fix: ``` [2020-10-06T02:22:39.700Z] test_operator.test_rnn_with_new_param ... ok (0.1109s) [2020-10-06T02:22:39.700Z] test_operator.test_activation ... [WARNING] Error seen with seeded test, use MXNET_TEST_SEED=1946711394 to reproduce. [2020-10-06T02:22:39.700Z] Error seen with seeded test, use MXNET_TEST_SEED=1946711394 to reproduce. [2020-10-06T02:22:39.700Z] SKIP: test fails intermittently. temporarily disabled till it gets fixed. tracked at https://github.com/apache/incubator-mxnet/issues/13915 [2020-10-06T02:22:39.700Z] test_operator.test_laop_6 ... [WARNING] Error seen with seeded test, use MXNET_TEST_SEED=2941211 to reproduce. [2020-10-06T02:22:39.700Z] Error seen with seeded test, use MXNET_TEST_SEED=2941211 to reproduce. [2020-10-06T02:22:39.700Z] SKIP: Test crashes https://github.com/apache/incubator-mxnet/issues/15975 [2020-10-06T02:22:39.700Z] test_operator.test_sequence_last ... [WARNING] Error seen with seeded test, use MXNET_TEST_SEED=1784308719 to reproduce. [2020-10-06T02:22:39.700Z] Error seen with seeded test, use MXNET_TEST_SEED=1784308719 to reproduce. [2020-10-06T02:22:39.700Z] SKIP: Flaky test: https://github.com/apache/incubator-mxnet/issues/11395 [2020-10-06T02:22:54.544Z] test_operator.test_lstm_sym ... /work/mxnet/python/mxnet/rnn/rnn_cell.py:674: UserWarning: NTC layout detected. Consider using TNC for FusedRNNCell for faster speed ``` ---------------------------------------------------------------- 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: [email protected]
