Closed S-hyun closed 1 year ago
Hi, It seems that the code you are using to read the model expects a 'saved-model' format as input, which is a newer format of TensorFlow, while the NNEF tools work with the older frozen graph format. The converter can only output this older format, and hence your code is not able to read it. Note that the NNEF converter tools are not really meant to serve as a conversion tool from ONNX to TF, although it happens to be a possible usage path. For that purpose, ONNX has its own tools, and NNEF is not necessary as an intermediate step. May I ask why you want to use NNEF this way instead of converting from ONNX to TF?
@S-hyun any comment on this? Can I close the issue?
Dear NNEF programers,
This error occurred while converting from ONNX to TF.
Enviroment
In Google Colab, we installed these packages.
Convert
With onnx file, we tried to convert from ONNX to TF.
Load models
After conversion, I got the following error message while loading the TF model. Import statements that are not important are skipped.
I am asking how I can solve this problem.
Thank you very much for your time.
Sincerely,