You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/03/14 02:21:42 UTC

[GitHub] haoliyoupai09 commented on issue #9667: [Feature request] += operator for Symbol

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


With regards,
Apache Git Services