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/05/10 01:02:50 UTC

[GitHub] zhreshold commented on issue #10875: How to debug hybridize() failures?

zhreshold commented on issue #10875: How to debug hybridize() failures?
URL: https://github.com/apache/incubator-mxnet/issues/10875#issuecomment-387919285
 
 
   What I can tell from the logs is the mismatching multiplication behavior in hybridized/non-hybridized versions.
    TL;DR, you might need to explicitly use broadcast_mul rather than * in your code when the first ``normaldef0_fastpoissonlogprob0__mul`` is encountered.

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