why not support ceil() in version 1.12.1
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
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.
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.
Applying stale label due to no activity in 30 days
Closing issue due to no activity in 30 days