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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to