You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/03/03 05:55:08 UTC

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

orchidmajumder 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-370121916
 
 
   You are using imperative code in the hybrid block. Either you need to move it to make it static code (or code with fixed loop) or not hybridize the loss. In the later case, returning as a list and retrieving the proper value from it should work. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services