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.cc    at    line 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

Reply via email to