gcn-parking-slot icon indicating copy to clipboard operation
gcn-parking-slot copied to clipboard

onnx for deployment

Open hygxy opened this issue 2 years ago • 0 comments

HI, I am trying to export the model into onnx format, but get the following error:

out_vars, _ = _flatten(outs)
RuntimeError: Only tuples, lists and Variables are supported as JIT inputs/outputs. Dictionaries and strings are also accepted, but their usage is not recommended. Here, received an input of unsupported type: numpy.float32

Any suggestions?

hygxy avatar Aug 03 '22 05:08 hygxy