Could not find value info of inputs: (param1)
Package:
torch
50580

Exception Class:
RuntimeError
Raise code
run_native_net = True
break
# Check whether we have got type shape info of all input
missing = (set(list(predict_net.external_input)) -
set(value_info.keys()))
if missing:
raise RuntimeError('Could not find value info of inputs: {}'.format(
', '.join(missing)))
ws = None
outputs = None
if run_native_net:
inputs = {}
for name in predict_net.external_input:
Links to the raise (1)
https://github.com/pytorch/pytorch/blob/e56d3b023818f54553f2dc5d30b6b7aaf6b6a325/caffe2/python/onnx/frontend.py#L213NO FIXES YET
Just press the button and we will add solution
to this exception as soon as possible
* As many users press the button, the faster we create a fix
Add a possible fix
Please authorize to post fix