-
Notifications
You must be signed in to change notification settings - Fork 6.8k
disabled 3 tutorials tests #16181
Comments
Hey, this is the MXNet Label Bot. |
@mxnet-label-bot [Test] |
profiler fix should be in this pr: #16160 But yeah we can disable until after the fixes for mkldnn_quantization and gluon_performance are done. I think we may have to whitelist mkldnn_quantization from the test suite actually in the long run. |
@sad- Thanks. I tried that but doesn't look like profiler tests were passing- Looks like there is more to fix here - New error that came here was -
Logs for reference - Can you please try to provide fixes for 3 tests and then we can enable the tests in nightly. MKLDNN is mostly using wrong binary. (Currently using GPU binary without mkldnn libraries.) |
Nighltly tests are failing due to some tutorial tests. We fixed some.
3 tests were disabled form this file : tests/tutorials/test_tutorials.py
test_gluon_performance
test_python_profiler
test_mkldnn_quantization
We need to uncomment the test after fixes are done in tutorials.
https://github.com/apache/incubator-mxnet/pull/16179/files
The text was updated successfully, but these errors were encountered: