haoliyoupai09 commented on issue #9667: [Feature request] += operator for Symbol
URL: 
https://github.com/apache/incubator-mxnet/issues/9667#issuecomment-372882885
 
 
   raise NotImplementedForSymbol(self.__iadd__, '+=', other, 1)
   mxnet.base.NotImplementedForSymbol: Function __iadd__ (namely operator "+=") 
with arguments (<class 'mxnet.symbol.symbol.Symbol'>, <type 'int'>) is not 
implemented for Symbol and only available in NDArray.
   
   When I compile a project using mxnet, I met the error like this. The mxnet 
is complied successfully and import mxnet in python is also right. Could you 
tell me what to do?

----------------------------------------------------------------
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