lanking520 opened a new issue #14390: Scala CustomOp design flaws URL: https://github.com/apache/incubator-mxnet/issues/14390 Currently, Scala CustomOp designed not properly. It shared the data among all operators created based on it. It caused the problems that the latter operators overwrite the previous one if it defined later during the symbolic graph computing stage. To solve this problem, the data storage for CustomOp can be improved. The problem is reported here: https://github.com/apache/incubator-mxnet/issues/11926
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
