spidyDev commented on a change in pull request #11106: [ONNX] Added Unsqueeze
operator import support
URL: https://github.com/apache/incubator-mxnet/pull/11106#discussion_r192880099
##########
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:
Enabled ONNX backend test for Unsqueeze
----------------------------------------------------------------
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