lanking520 commented on issue #14762: How to make nn.HybridSequential handel multiple input/output layer?(Gluon) URL: https://github.com/apache/incubator-mxnet/issues/14762#issuecomment-485559586 @PistonY The way you are using is incorrect. You should follow this: https://discuss.mxnet.io/t/gluon-multi-input-block/1993 ``` net = gluon.nn.HybridSequential() net.add(my_layer()) net.add(my_layer()) ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
