You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mxnet.apache.org by "Junru Shao (JIRA)" <ji...@apache.org> on 2018/08/09 08:01:00 UTC

[jira] [Created] (MXNET-795) Fix a bug that CutSubgraph works only when each subgraph has its distinct name

Junru Shao created MXNET-795:
--------------------------------

             Summary: Fix a bug that CutSubgraph works only when each subgraph has its distinct name
                 Key: MXNET-795
                 URL: https://issues.apache.org/jira/browse/MXNET-795
             Project: Apache MXNet
          Issue Type: Improvement
            Reporter: Junru Shao


This PR fixes a bug in assigning names of subgraphs. The {{CutSubgraph}} works as expected only when each subgraph has its unique name.

This PR ensures it by creating a global dict in {{AttrScope}}, which is pretty ugly though. I am not aware of any other solutions that could ensure a set of strings to be unique globally. If there is better solution, please let me know. Thanks!



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org