nudles commented on a change in pull request #416: singa-onnx URL: https://github.com/apache/incubator-singa/pull/416#discussion_r264290525
########## 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: what are these?? ---------------------------------------------------------------- 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