You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/01/23 00:26:47 UTC

[GitHub] [incubator-mxnet] samskalicky commented on issue #15969: [WIP] Partitioning Gluon HybridBlocks

samskalicky commented on issue #15969: [WIP] Partitioning Gluon HybridBlocks
URL: https://github.com/apache/incubator-mxnet/pull/15969#issuecomment-577450050
 
 
   Thanks @guanxinq for the latest update! I think we need to call optimize for again here too when we create a SymbolBlock, otherwise the partitioning wont happen:
   https://github.com/apache/incubator-mxnet/blob/3d18974fdc990b7def2401fae8e46fb0b030442f/python/mxnet/gluon/block.py#L1340
   Because once `self._cached_graph` is set the previous code wont be executed in the `_get_graph` function

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services