chinakook commented on issue #11373: update rcnn example
URL: https://github.com/apache/incubator-mxnet/pull/11373#issuecomment-402899511
 
 
   Get symbol as following:
   ```python
   import mxnet as mx
   from mxnet import gluon
   import mxnet.gluon.model_zoo.vision as vision
   
   net = vision.resnet50_v2(pretrained=True)
   net.hybridize()
   data = mx.sym.var('data')
   sym = net(data)
   ```

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

Reply via email to