roywei commented on issue #15039: Add gluonCV to fix AMP Tutorial URL: https://github.com/apache/incubator-mxnet/pull/15039#issuecomment-495018044 @Chancebair @ptrendx I have tested it and unfortunately it failed again. It seems the tutorial test is treating warning as failures. ``` ERROR:root:Warning: "/work/mxnet/python/mxnet/gluon/block.py:1146: UserWarning: Cannot decide type for the fo llowing arguments. Consider providing them as input:\n", Warning: " /mxnet/code/python/mxnet/gluon/block.py:1138: UserWarning: Cannot decide type for the following arguments. Consider providing them as input:\n", Warning: "/work/mxnet/python/mxnet/gluon/block.py:1146: UserWarning: Cannot decide type for the fo llowing arguments. Consider providing them as input:\n", Warning: " /mxnet/code/python/mxnet/gluon/block.py:1138: UserWarning: Cannot decide type for the following arguments. Consider providing them as input:\n", ====================================================================== FAIL: test_tutorials.test_amp ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/local/lib/python3.5/dist-packages/nose/case.py", line 198, in runTest self.test(*self.arg) File "/work/mxnet/tests/tutorials/test_tutorials.py", line 203, in test_amp assert _test_tutorial_nb('amp/amp_tutorial') AssertionError
---------------------------------------------------------------- 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
