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: [email protected] With regards, Apache Git Services
