models icon indicating copy to clipboard operation
models copied to clipboard

Pad is not registered for mask_rcnn_keras from opset10

Open mohdansx opened this issue 5 years ago • 4 comments

Which model does this pertain to?

mask_rcnn_keras

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.

mohdansx avatar Aug 14 '20 10:08 mohdansx

which version of ORT are you using?

faxu avatar Aug 15 '20 01:08 faxu

@mohdansx : Do you see the same issue when running with just the CPU Execution Provider?

askhade avatar Aug 17 '20 16:08 askhade

@mohdansx : Do you see the same issue when running with just the CPU Execution Provider?

Yes @askhade

mohdansx avatar Aug 19 '20 14:08 mohdansx

which version of ORT are you using?

We are building ORT from master branch.

mohdansx avatar Aug 21 '20 04:08 mohdansx