You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/09/29 03:57:49 UTC

[GitHub] [incubator-mxnet] dai-ichiro commented on issue #19242: Mxnet very slow - running the ssd_512_mobilenet1.0_voc model on Windows 10

dai-ichiro commented on issue #19242:
URL: https://github.com/apache/incubator-mxnet/issues/19242#issuecomment-700411059


   net.parameters and rgb_nd are on GPU ?
   
   ```
   net = gcv.model_zoo.get_model('ssd_512_mobilenet1.0_voc', pretrained=True)
   net.collect_params().reset_ctx(mx.gpu())
   
   ```
   ```
   class_IDs, scores, bounding_boxes = net(rgb_nd.as_in_context(mx.gpu()))
   ```


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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org