szha commented on issue #6635: OnlyImplementedInNDArray
URL: https://github.com/apache/incubator-mxnet/pull/6635#issuecomment-372888019
 
 
   The error message you got is accurate in that the in-place add is indeed not 
available in symbol. Instead of doing `sym_a += sym_b`, you can do `sym_a = 
sym_a + sym_b`.

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