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/12/11 00:58:43 UTC

[GitHub] piyushghai commented on a change in pull request #13597: [MXNET-1255] update hybridize documentation

piyushghai commented on a change in pull request #13597: [MXNET-1255] update hybridize documentation
URL: https://github.com/apache/incubator-mxnet/pull/13597#discussion_r240439622
 
 

 ##########
 File path: docs/tutorials/gluon/hybrid.md
 ##########
 @@ -137,4 +137,94 @@ to gluon with `SymbolBlock`:
 net2 = gluon.SymbolBlock.imports('model-symbol.json', ['data'], 'model-0001.params')
 ```
 
+## Operators that does not work with hybridize
+
+While most APIs are the same in NDArray and Symbol, there are some differences. Writting `F.operator` and call `hybridize` may not work all the time.
 
 Review comment:
   Nit : ```Writing``` instead of ```writting```

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