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 2020/01/29 00:00:08 UTC

[GitHub] [incubator-mxnet] leezu commented on issue #17442: Symbol API deprecated?

leezu commented on issue #17442: Symbol API deprecated?
URL: https://github.com/apache/incubator-mxnet/issues/17442#issuecomment-579530712
 
 
   You shouldn't be using the symbol API anymore to construct your models. 
   
   Gluon provides easier means to define the model, and if you use `gluon.HybridBlock` you can still export it to a symbol. The main advantage of such symbol is that you can then run it easily in other MXNet language bindings besides Python.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services