sandeep-krishnamurthy edited a comment on issue #12795: Deserialization problem with gluon `ValueError: There are multiple outputs with name ...` URL: https://github.com/apache/incubator-mxnet/issues/12795#issuecomment-429130537 https://github.com/apache/incubator-mxnet/blob/master/python/mxnet/gluon/block.py#L1050 this is the new addition after 1.2.1 which calls output symbol.get_internals() and then finds duplicate names and fails, exposing the duplicate names issue from 1.3 onwards. Duplicate output names when we have 2 inputs passing through the same block was always the case, I am not very sure why this has not created issues for our users. Trying to root cause and solution with the help of @safrooze and @zhreshold @szha
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
