vandanavk commented on a change in pull request #13654: ONNX import/export: Add 
missing tests
URL: https://github.com/apache/incubator-mxnet/pull/13654#discussion_r241913125
 
 

 ##########
 File path: tests/python-pytest/onnx/export/onnx_backend_test.py
 ##########
 @@ -142,6 +146,9 @@
 
 BACKEND_TESTS.exclude('.*broadcast.*')
 BACKEND_TESTS.exclude('.*bcast.*')
+BACKEND_TESTS.exclude('.*expand.*')
 
 Review comment:
   Expand and LogSoftMax are not yet implemented in ONNX export. Expand is not 
yet implemented in ONNX import.
   
   Tests for these operators are excluded because test_exp, test_log will 
include tests for these operators too, leading to failures.
   
   Added a comment explaining this. 

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to