zheng-da opened a new issue #12503: It seems the tests in test_contrib_svrg_module are flaky URL: https://github.com/apache/incubator-mxnet/issues/12503 I tried running the tests in the master branch. It seems it fails occasionally. ``` $ export MXNET_TEST_COUNT=1000 $ nosetests -v tests/python/unittest/test_contrib_svrg_module.py test_contrib_svrg_module.test_bind_module ... ok test_contrib_svrg_module.test_module_init ... ok test_contrib_svrg_module.test_module_initializer ... ok test_contrib_svrg_module.test_module_bind ... ok test_contrib_svrg_module.test_module_save_load ... /home/ubuntu/incubator-mxnet/python/mxnet/module/base_module.py:67: UserWarning: Data provided by label_shapes don't match names specified by label_names ([] vs. ['softmax_label']) warnings.warn(msg) ok test_contrib_svrg_module.test_svrgmodule_reshape ... Floating point exception (core dumped) ```
---------------------------------------------------------------- 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
