You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/08/22 21:55:46 UTC

[GitHub] Roshrini commented on a change in pull request #12297: MXNet to ONNX export tutorial

Roshrini commented on a change in pull request #12297: MXNet to ONNX export tutorial 
URL: https://github.com/apache/incubator-mxnet/pull/12297#discussion_r212123036
 
 

 ##########
 File path: tests/tutorials/test_tutorials.py
 ##########
 @@ -124,6 +124,9 @@ def test_nlp_cnn():
 def test_onnx_super_resolution():
     assert _test_tutorial_nb('onnx/super_resolution')
 
+def test_onnx_export_mxnet_to_onnx():
+    assert _test_tutorial_nb('onnx/export_mxnet_to_onnx')
 
 Review comment:
   Fails CI build if new test not added in test_tutorials. If this is currently disabled, do we need it as a part of CI lint check? @marcoabreu 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services