Open siddas27 opened 6 years ago
@siddas27 Did you install onnx-tf by pip install onnx-tf
or from source? If is the former, could you try install from source by pip install .
?
@siddas27 also do you mind sharing your model with us so we can do a test locally to re-produce your error?
@fumihwh yeah, I have installed from source only. @tjingrant faster rcnn inception v2 model.
@siddas27
KeyError 20
problem has been fixed.
@fumihwh yeah, I have installed from source only. @tjingrant faster rcnn inception v2 model.
same problem How did you solve this?
I am trying to convert tensorflow model for to ONNX using .ckpt file with CLI. But after the variables are converted to const it stops, throwing following KeyError :20
Python, ONNX, ONNX-TF, Tensorflow version
This section can be obtained by running
get_version.py
from util folder.