xinyu-intel commented on a change in pull request #15209: Fix quantized act and 
concat
URL: https://github.com/apache/incubator-mxnet/pull/15209#discussion_r292276718
 
 

 ##########
 File path: tests/python/mkl/test_subgraph.py
 ##########
 @@ -659,9 +659,9 @@ def test_pos_single_conv():
 @with_seed()
 def test_pos_conv_act():
   act_list = {"relu": True,
-              "sigmoid": False,
-              "tanh": False,
-              "softrelu": False,
+              "sigmoid": True,
 
 Review comment:
   can it be handled by graph pass?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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