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_r224260490
##########
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:
alpha and lambda are fixed based on the paper arxiv:1706.02515 (Eqn 14). for
self-normalizing property of SNNs, this fixed alpha and lambda value is
required.
the tests in ONNX for selu were added as "testing math operators" and
different alpha/lambda values were provided.
----------------------------------------------------------------
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