zheng-da opened a new issue #12100: a cheatsheet to document the issues in 
Gluon hybridize
URL: https://github.com/apache/incubator-mxnet/issues/12100
 
 
   It seems users often ask why hybridize doesn't work. I think it's necessary 
to have a cheatsheet to document all possible pitfalls that could be 
encountered during hybridize.
   
   Here are a few examples:
   * Symbol doesn't have the shape method.
   * [] in NDArray and Symbol has completely different semantics. [] in NDArray 
is to get a slice from the array. [] in Symbol is to get an output from a 
grouped symbol.
   * + in NDArray and Symbol is also slightly different. + in NDArray is 
broadcast_add, while + in Symbol is element-wise add.

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