gcn-parking-slot
gcn-parking-slot copied to clipboard
onnx for deployment
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?