HaoLiuHust opened a new issue #14741: [Problem] symbol auto name URL: https://github.com/apache/incubator-mxnet/issues/14741 mxnet will give a symbol a name automatically if I do not give it one, for example a "+" operator and so on, it works well when I construct a network symbol from scratch, but when I get a symbol from symbol-json or checkpoint, and then concat some other sym without name, there will be variable with same name. Is it by design or a bug?
---------------------------------------------------------------- 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
