vandanavk commented on a change in pull request #12785: [MXNET-906] ONNX
export/import: Selu
URL: https://github.com/apache/incubator-mxnet/pull/12785#discussion_r224532125
##########
File path: tests/python-pytest/onnx/import/test_cases.py
##########
@@ -98,6 +98,7 @@
'test_MaxPool',
'test_PReLU',
'test_ReLU',
+ 'test_selu_default',
Review comment:
update based on offline discussions - MXNet's implementation fixed these
values based on the recommendation in the paper, so alpha and lambda will
continue to be the default values and not configurable parameters to LeakyRelu.
following this, only test_selu_default will be added as a test for ONNX
import/export.
----------------------------------------------------------------
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