Anthony Sarah

Results 3 comments of Anthony Sarah

After installing onnx 1.2.2 and converting the ResNet-50 model from https://github.com/onnx/models/tree/master/resnet50 to a TF pb file using `tf_backend.prepare(model, strict=False)`, I tried to run the converted model and got `KeyError: 'pyfunc_0'`...

@tjingrant Sorry for the confusion on the version. Anyway, I built from master and ran again. Now the conversion fails with the following error. ``` ... File "./lib/python3.5/site-packages/onnx_tf/backend.py", line 76,...

@fumihwh When you tested the master version of ResNet-50 did you do a master build of onnx-tf?