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/06/01 06:28:47 UTC

[GitHub] anirudh2290 commented on a change in pull request #11106: [ONNX] Added Unsqueeze operator import support

anirudh2290 commented on a change in pull request #11106: [ONNX] Added Unsqueeze operator import support
URL: https://github.com/apache/incubator-mxnet/pull/11106#discussion_r192307417
 
 

 ##########
 File path: tests/python-pytest/onnx/onnx_test.py
 ##########
 @@ -106,6 +106,16 @@ def test_squeeze():
     output = mxnet_backend.run_node(node_def, [input1])[0]
     npt.assert_almost_equal(output, np.squeeze(input1, axis=[1, 3]))
 
+@with_seed()
 
 Review comment:
   can we not use the backend tests added  to the fw here: https://github.com/onnx/onnx/pull/497/files

----------------------------------------------------------------
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