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_r242327098
##########
File path: tests/python-pytest/onnx/import/test_cases.py
##########
@@ -81,26 +79,27 @@
'test_cast',
'test_instancenorm',
#pytorch operator tests
- 'test_operator_exp',
+ 'test_exp',
'test_operator_maxpool',
'test_operator_params',
'test_operator_permute2',
'test_depthtospace',
- 'test_size'
+ 'test_size',
+ 'test_log',
+ 'test_gather',
+ 'test_dropout',
+ 'test_leakyrelu',
+ 'test_elu'
]
BASIC_MODEL_TESTS = [
'test_AvgPool2D',
'test_BatchNorm',
'test_ConstantPad2d'
'test_Conv2d',
- 'test_ELU',
Review comment:
test_elu now has an onnx operator test. therefore, removing it from basic
model test.
As discussed, i will add the list of tests added/deleted in the PR
description
----------------------------------------------------------------
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