zixuanweeei opened a new pull request #15939: Discard needless test cases in `test_convolution_independent_gradients` URL: https://github.com/apache/incubator-mxnet/pull/15939 ## Description ## `test_operator.test_convolution_independent_gradients` may cost too much occasionally, leading to terminated failed CIs. As it was discussed in ISSUE #15880, `test_random.test_shuffle` was also time-consuming, which has been already fixed by PR #15922. This PR aims to reduce the cost of `test_convolution_independent_gradients` by discarding some needless test cases. @pengzhao-intel @ciyongch @TaoLv ## Checklist ## ### Changes ### - [x] num_bases change: [1, 16, 64] -> [1, 8] ### Performance ### | Compiled with MKL-DNN | Total test time / sec (bcbdc1c) | Total test time / sec (b75357f) | |--- |--- |--- | | N |41.968 |16.133 | | Y |46.166 |20.354 |
---------------------------------------------------------------- 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] With regards, Apache Git Services
