You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by gi...@git.apache.org on 2017/08/22 07:10:51 UTC

[GitHub] ZiyueHuang commented on issue #7532: using python interface,some doubts for c++ api

ZiyueHuang commented on issue #7532: using python interface,some doubts for c++ api
URL: https://github.com/apache/incubator-mxnet/issues/7532#issuecomment-323939208
 
 
   Other parameters(name, attr, out...) are related to symbol. You can refer to `MXSymbolCompose` and  https://github.com/apache/incubator-mxnet/blob/master/python/mxnet/symbol.py#L434.`data` and `act_type` are in the activation-inl.h as @szha stated. And they are initialized by `param_.Init(kwargs)`
 
----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services