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 2018/06/07 12:30:45 UTC

[GitHub] AugustinasMK commented on issue #11168: Python failure on mod.bind()

AugustinasMK commented on issue #11168: Python failure on mod.bind()
URL: https://github.com/apache/incubator-mxnet/issues/11168#issuecomment-395403117
 
 
   Just use  this code snippet before mod.bind()
   ```python
   all_layers = sym.get_internals()
   sym = all_layers[output_layer_name]
   ```
   

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


With regards,
Apache Git Services