Gregorino opened a new issue #20057:
URL: https://github.com/apache/incubator-mxnet/issues/20057


   ## Description
   I have trained and exported gluon's (I3D model) to:
    - model-0000.params
    - model-symbol.json
   
   Loading the model by calling:
   
       mx.gluon.nn.SymbolBlock.imports("model-symbol.json", ['data'], 
"model-0000.params", ctx=context)
   
   fails. And the output is incomplete model:
   
   SymbolBlock(
   <Symbol dense0_fwd> : 1 -> 1
   
   ### Error Message
   This warning appears when trying to load the model:
   UserWarning: Cannot decide type for the following arguments. Consider 
providing them as input:
        data: None
     input_sym_arg_type = in_param.infer_type()[0]
   
   ## Environment
   
   custom build mxnet 1.8, with cuda 11
   python 3.8


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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to