zheng-da commented on a change in pull request #10410: Fix output names of nn 
operators.
URL: https://github.com/apache/incubator-mxnet/pull/10410#discussion_r180929651
 
 

 ##########
 File path: tests/python/unittest/test_operator.py
 ##########
 @@ -5444,6 +5444,21 @@ def get_output_names_callback(name, arr):
     lrn_sym = mx.sym.LRN(data, nsize=1, name='lrn')
     check_name(lrn_sym, ['lrn_output', 'lrn_tmp_norm'])
 
+    act_sym = mx.sym.Activation(data, act_type='relu', name='act')
 
 Review comment:
   I have added a test for pooling.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to