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/03/28 03:46:31 UTC

[GitHub] reminisce commented on issue #10282: plot_network issue with LRN

reminisce commented on issue #10282: plot_network issue with LRN 
URL: https://github.com/apache/incubator-mxnet/issues/10282#issuecomment-376751969
 
 
   Seems `FListOutputNames` attribute is not registered with string vector `{"output", "tmp_norm"}` for LRN operator as it was in legacy interface. I found the same issue with `Convolution` and `FullyConnected` a few days back. Need to scan the operator registrations in that PR to see if there are more missing. It could introduce backward incompatibility for applications depending on output names.
   
   https://github.com/apache/incubator-mxnet/pull/9677/files#diff-3519c5391807f84a8d67bbf60b81bc92L197
   
   @zheng-da 

----------------------------------------------------------------
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