apache / mxnet

Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more
https://mxnet.apache.org
Apache License 2.0
20.77k stars 6.8k forks source link

It seems the tests in test_contrib_svrg_module are flaky #12503

Closed zheng-da closed 6 years ago

zheng-da commented 6 years ago

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)
kalyc commented 6 years ago

Thanks for submitting this issue @zheng-da @mxnet-label-bot [Flaky, Test]

kalyc commented 6 years ago

@zheng-da the flaky test have been disabled in this PR - https://github.com/apache/incubator-mxnet/pull/12520/files - can this issue be closed?