leezu commented on issue #16932: Detect unsupported usage of Gluon Hybridization URL: https://github.com/apache/incubator-mxnet/issues/16932#issuecomment-559638284 The proposed solution will help for the case of #16926. Do you want to work on it? Using `F.contrib.cond` could (need to confirm with @junrushao1994 ) currently make your model run slower as certain optimizations taken by MXNet are currently not supported with dynamic control flow in the computational graph. Detecting "unsupported" usage for hybridization is non-trivial / may require restrictions on the programming model, but would improve the user-experience.
---------------------------------------------------------------- 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
