ijkguo commented on issue #11373: update rcnn example URL: https://github.com/apache/incubator-mxnet/pull/11373#issuecomment-402930455 Thanks for the example. Unfortunately definition in `gluon.model_zoo.vision` is slightly different from symbol model zoo (example/image-classification), which would break compatibility of all released models and thus require re-train them all. To preserve the network definition, we could translate the current symbol definition to `gluon.Block` and get a symbol as you suggested. However, the result will not bear connection to `gluon.model_zoo` and will lose connection to the symbol model zoo as it has now. As mentioned above, `dmlc/gluon-cv` uses gluon model zoo and trains model in gluon API. So I think the better way is to preserve the symbol definition like example/image-classification and link to the pure gluon API implementation `dmlc/gluon-cv`.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
