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

2018-03-30 Thread GitBox
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

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

2018-03-28 Thread GitBox
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

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

2018-03-28 Thread GitBox
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

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

2018-03-28 Thread GitBox
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

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

2018-03-27 Thread GitBox
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