[GitHub] HaoLiuHust commented on issue #9962: how to group 2 or more outputs in gluon just like sym.Group()

2018-03-04 Thread GitBox
HaoLiuHust commented on issue #9962: how to group 2 or more outputs in gluon just like sym.Group() URL: https://github.com/apache/incubator-mxnet/issues/9962#issuecomment-370288388 @orchidmajumder Thanks, get your point

[GitHub] HaoLiuHust commented on issue #9962: how to group 2 or more outputs in gluon just like sym.Group()

2018-03-02 Thread GitBox
HaoLiuHust commented on issue #9962: how to group 2 or more outputs in gluon just like sym.Group() URL: https://github.com/apache/incubator-mxnet/issues/9962#issuecomment-370104619 the error is "HybridBlock input must be (nested) list of Symbol or NDArray, " \ "but got %s of

[GitHub] HaoLiuHust commented on issue #9962: how to group 2 or more outputs in gluon just like sym.Group()

2018-03-02 Thread GitBox
HaoLiuHust commented on issue #9962: how to group 2 or more outputs in gluon just like sym.Group() URL: https://github.com/apache/incubator-mxnet/issues/9962#issuecomment-369900105 I can do it in an ugly way...use F.concat, and then slice it