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/08/13 23:06:11 UTC

[GitHub] zheng-da commented on issue #12154: the cond operator doesn't support a function that doesn't require inputs.

zheng-da commented on issue #12154: the cond operator doesn't support a function that doesn't require inputs.
URL: https://github.com/apache/incubator-mxnet/issues/12154#issuecomment-412695405
 
 
   The reason that the cond operator fails is that CachedOp, which the cond operator uses to execute a subgraph, requires to have inputs for every subgraph.

----------------------------------------------------------------
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