Pad is not registered for mask_rcnn_keras from opset10
Which model does this pertain to?
Describe the bug
Fatal error: Pad is not a registered function/op;
Reproduction instructions
Run the model on Default CPU
ONNX Runtime Repository Used: onnxruntime
Branch: master
Build Command :
cd PATH/TO/onnxruntime/./build.sh --config RelWithDebInfo --build --update --build_wheel --parallel
Test Command : ./onnxruntime_perf_test -e cpu -m times -r 10 PATH/TO/mask_rcnn_keras/mask_rcnn_keras.onnx
System Information
Linux Ubuntu 18.04:
Onnxruntime.
which version of ORT are you using?
@mohdansx : Do you see the same issue when running with just the CPU Execution Provider?
@mohdansx : Do you see the same issue when running with just the CPU Execution Provider?
Yes @askhade
which version of ORT are you using?
We are building ORT from master branch.