ShichengChen commented on a change in pull request #416: singa-onnx
URL: https://github.com/apache/incubator-singa/pull/416#discussion_r264525670
 
 

 ##########
 File path: python/singa/sonnx.py
 ##########
 @@ -319,14 +320,21 @@ def output_name(op):
                                              pads=p,
                                              strides=s))
         elif (isinstance(op, autograd._BatchNorm2d)):
-            print(op,op.src)
+            #[(<singa.autograd.Sigmoid object at 0x7fd5ec09cb90>, 
140556764852432, None, False),
+            # (<singa.autograd.Dummy object at 0x7fd5ec09c390>, 
140556764824208,
+            # <singa.tensor.Tensor object at 0x7fd5ec09c290>, True),
 
 Review comment:
   singa operation information.
   include output variables and input variables.
   I want to show that some of the dummy variables do not have tensor values

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


With regards,
Apache Git Services

Reply via email to