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 2021/03/22 15:07:12 UTC

[GitHub] [incubator-mxnet] bgawrych commented on issue #20057: Loading parameters and architecture from file (gluon I3D model)

bgawrych commented on issue #20057:
URL: https://github.com/apache/incubator-mxnet/issues/20057#issuecomment-804136007


   Hi @Gregorino, this is only warning that input data type can't be inferred during loading model, but it's assumed to be fp32. Your model probably have loaded correctly. To visualize graph you can follow this tutorial: https://mxnet.apache.org/versions/1.7.0/api/faq/visualize_graph
   ```
   sym = mx.symbol.load("model-symbol.json")
   mx.viz.plot_network(net)
   ```
   


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