BigDeviltjj commented on a change in pull request #13401: [MXNET-1227] Adding 
CornerPooling operator
URL: https://github.com/apache/incubator-mxnet/pull/13401#discussion_r242541359
 
 

 ##########
 File path: tests/python/unittest/test_operator.py
 ##########
 @@ -7231,6 +7231,18 @@ def f_sm_ce(data, label):
     np_one_hot_label[np.arange(batch_size), np_label] = 1.
     check_symbolic_forward(sym, {'data' : np_data, 'label' : np_label}, 
[np.array([f_sm_ce(np_sm, np_one_hot_label)])], rtol=1e-3, atol=1e-5)
 
+@with_seed()
+def test_corner_pooling():
+    data = mx.sym.Variable(name='data')
 
 Review comment:
   I have added these two functions, ```check_symbolic_forward``` and  
```check_symbolic_backward ```.

----------------------------------------------------------------
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

Reply via email to