perdasilva opened a new issue #14401: Tutorial 
URL: https://github.com/apache/incubator-mxnet/issues/14401
 
 
   ## Description
   
   Nightly tests for binaries failing against master.
   
   
http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/NightlyTestsForBinaries/detail/master/247/pipeline
   
   Both Tutorial: Python 2 and Tutorial: Python 3 steps are failing with:
   
   ```
   ======================================================================
   FAIL: test_tutorials.test_gluon_save_load_params
   ----------------------------------------------------------------------
   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 107, in 
test_gluon_save_load_params
       assert _test_tutorial_nb('gluon/save_load_params')
   AssertionError
   
   ======================================================================
   FAIL: test_tutorials.test_gluon_hybrid
   ----------------------------------------------------------------------
   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 110, in 
test_gluon_hybrid
       assert _test_tutorial_nb('gluon/hybrid')
   AssertionError
   
   ======================================================================
   FAIL: test_tutorials.test_onnx_fine_tuning_gluon
   ----------------------------------------------------------------------
   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 137, in 
test_onnx_fine_tuning_gluon
       assert _test_tutorial_nb('onnx/fine_tuning_gluon')
   AssertionError
   
   ======================================================================
   FAIL: test_tutorials.test_onnx_inference_on_onnx_model
   ----------------------------------------------------------------------
   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 140, in 
test_onnx_inference_on_onnx_model
       assert _test_tutorial_nb('onnx/inference_on_onnx_model')
   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

Reply via email to