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

Reply via email to