Harikrishnah007

Results 3 issues of Harikrishnah007

import onnx from onnx2keras import onnx_to_keras # Load ONNX model onnx_model = onnx.load('resnet18.onnx') # Call the converter (input - is the main model input name, can be different for your...

while executing k_model = onnx_to_keras(onnx_model, ['input']) , we are getting following error ---------------------------------------------------------------------- Traceback (most recent call last): File "import_convt2keras.py", line 8, in k_model = onnx_to_keras(onnx_model, ['input']) File "/home/ubuntu/anaconda3/envs/tensorflow_p36/lib/python3.6/site-packages/onnx2keras/converter.py", line...

I am facing issue in Quantize for inference steps. i am trying to run command python run.py --quantize --model /opt/models/tensorflow/inception_v1_baseline.pb --output_dir work --input_nodes data --output_nodes loss3_loss3 --input_shapes ?,224,224,3 getting following...