tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

RuntimeError: Only tuples, lists and Variables supported as JIT inputs, but got dict

Open olgapeled opened this issue 7 years ago • 0 comments

Hi All,

I am trying to convert yolo2 pytorch to onnx model and I got: "RuntimeError: Only tuples, lists and Variables supported as JIT inputs, but got dict"

This is the code example: https://github.com/purelyvivid/yolo2_onnx/blob/master/1.yolo2_pytorch_onnx_save_model.ipynb

Any ideas?

olgapeled avatar Oct 21 '18 08:10 olgapeled