onnxruntime icon indicating copy to clipboard operation
onnxruntime copied to clipboard

why not support ceil() in version 1.12.1

Open 118666 opened this issue 8 months ago • 2 comments

Describe the issue

i want to deploy Instance Segmentation on my chrome but when i make onnx file and take onnxruntime-web ,it say not support ceil() for maxPooling,help

To reproduce

async function loadModel() { const session = await ort.InferenceSession.create('./u2net-human-seg_320.onnx', { // executionProviders: ['webgl'] // 明确使用 webgl executionProviders: [ { name: 'webgl', settings: { precision: 'fp32' } }, 'wasm' ] }); return session;

Urgency

No response

ONNX Runtime Installation

Built from Source

ONNX Runtime Version or Commit ID

1.12.1

Execution Provider

'webgl' (WebGL), Other / Unknown

118666 avatar May 07 '25 06:05 118666

The support of WebGL backend is currently in maintenance mode. You are welcome to contribute or using WebGPU is recommended as a replacement of WebGL.

fs-eire avatar May 13 '25 21:05 fs-eire

This issue has been automatically marked as stale due to inactivity and will be closed in 30 days if no further activity occurs. If further support is needed, please provide an update and/or more details.

github-actions[bot] avatar Jun 15 '25 15:06 github-actions[bot]

Applying stale label due to no activity in 30 days

Closing issue due to no activity in 30 days