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 2019/06/05 00:32:54 UTC

[GitHub] [incubator-mxnet] stephenrawls commented on issue #13967: Hybrid Variable Pass Through [Bug]

stephenrawls commented on issue #13967: Hybrid Variable Pass Through [Bug]
URL: https://github.com/apache/incubator-mxnet/issues/13967#issuecomment-498893060
 
 
   In one sense, yes it offers a solution.
   
   However it is a brittle api. Users have to know that you aren't allowed to return an unmodified input variable in a hybrid block and must wrap it in F.Identity(). It would probably be a better user experience not to have to do that.
   
   But for my purposes, yes I can use that and it's fine. Thanks for pointing F.Identity out.

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


With regards,
Apache Git Services