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:
[email protected]


With regards,
Apache Git Services

Reply via email to