[GitHub] lvyong1943 commented on issue #9662: Gluon PReLU, ELU, SELU, Swish

2018-04-06 Thread GitBox
lvyong1943 commented on issue #9662: Gluon PReLU, ELU, SELU, Swish
URL: https://github.com/apache/incubator-mxnet/pull/9662#issuecomment-379434049
 
 
   @szha  I just run the mlp.cpp file, when it run this line:
Executor* exe = new Executor(sym_out, ctx_dev, in_args, 
arg_grad_store,grad_req_type, aux_states); 
   there is an err appeared in  
incubator-mxnet-master\src\executor\graph_executor.ccatline 273 .  
 xs.emplace_back(NodeEntry{args[i], 0, 0});   
The parameter ‘i’ out of range "args".
   
   


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


With regards,
Apache Git Services


[GitHub] lvyong1943 commented on issue #9662: Gluon PReLU, ELU, SELU, Swish

2018-04-06 Thread GitBox
lvyong1943 commented on issue #9662: Gluon PReLU, ELU, SELU, Swish
URL: https://github.com/apache/incubator-mxnet/pull/9662#issuecomment-379269921
 
 
   hello ,when i run the mlp.cpp,there is an err like this:
   Symbol.ComposeKeyword argument name gamma not found.
   Candidate arguments:
[0]data
   when it run  outputs[i] = LeakyReLU(string("act") + istr, fc, null_sym, 
LeakyReLUActType::kLeaky);
   so,how can i solve this problem?
   And I change the  Symbol null_sym to  Symbol null_sym("null_sym") to fix the 
err, this->blob_ptr_._Ptr is nullptr。


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


With regards,
Apache Git Services