reminisce commented on issue #10282: plot_network issue with LRN
URL:
https://github.com/apache/incubator-mxnet/issues/10282#issuecomment-377615067
@ThomasDelteil We have open-sourced
[MXBoard](https://github.com/awslabs/mxboard) which enables users to visualize
MXNet data (including net
reminisce commented on issue #10282: plot_network issue with LRN
URL:
https://github.com/apache/incubator-mxnet/issues/10282#issuecomment-376981169
@zheng-da There is no hard requirement. Doing this is for two reasons:
1. Keep backward compatibility.
2. It's sort of the convention of
reminisce commented on issue #10282: plot_network issue with LRN
URL:
https://github.com/apache/incubator-mxnet/issues/10282#issuecomment-376953585
@zheng-da The funny thing is that even with the typo of writing
`FListOutputNames` as `FListInputNames` in convolution and fc, it still gives
reminisce commented on issue #10282: plot_network issue with LRN
URL:
https://github.com/apache/incubator-mxnet/issues/10282#issuecomment-376942419
@zheng-da The legacy interface has `ListOutputs` as a virtual function. It's
defined in the base class `Operator`, so all the inheriting clas
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 interfa