Skip to content

why not support ceil() in version 1.12.1 #24674

Open
@118666

Description

@118666

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

<script src="https://cdn.jsdelivr.net/npm/onnxruntime-web/dist/ort.all.min.js"></script> 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    platform:webissues related to ONNX Runtime web; typically submitted using templatestaleissues that have not been addressed in a while; categorized by a bot

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions