[GitHub] reminisce commented on issue #10410: Fix output names of nn operators.

2018-04-05 Thread GitBox
reminisce commented on issue #10410: Fix output names of nn operators. URL: https://github.com/apache/incubator-mxnet/pull/10410#issuecomment-378979870 @zheng-da According to @TaoLv's comment, please add `CHECK_EQ(opnode.exec->out_array.size(), output_names.size())` [here](https://github.c

[GitHub] reminisce commented on issue #10410: Fix output names of nn operators.

2018-04-04 Thread GitBox
reminisce commented on issue #10410: Fix output names of nn operators. URL: https://github.com/apache/incubator-mxnet/pull/10410#issuecomment-378818873 LGTM. @zheng-da Did these operators all use the legacy interface? This