Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add LabelEncoder compute kernel for ORT 1.17.0 #17602

Closed
liqunfu opened this issue Sep 18, 2023 · 0 comments · Fixed by #17977
Closed

add LabelEncoder compute kernel for ORT 1.17.0 #17602

liqunfu opened this issue Sep 18, 2023 · 0 comments · Fixed by #17977
Labels
feature request request for unsupported feature or enhancement
Milestone

Comments

@liqunfu
Copy link
Contributor

liqunfu commented Sep 18, 2023

Describe the feature request

LabelEncoder has been added to ONNX 1.15.0 (onnx/onnx#5453). Need to implement compute kernel once ONNX 1.15.0 is in ORT (#17125).
This issue shall include re-enable test of LabelEncoder op at
onnxruntime/test/testdata/onnx_backend_test_series_filters.jsonc (line 236)

Describe scenario use case

onnx_test_runner shal pass ONNX test cases for the op

@liqunfu liqunfu added the feature request request for unsupported feature or enhancement label Sep 18, 2023
@liqunfu liqunfu added this to the 1.17 milestone Sep 18, 2023
@liqunfu liqunfu changed the title [Feature Request] add LabelEncoder compute kernel for ORT 1.17.0 Sep 27, 2023
yuslepukhin pushed a commit that referenced this issue Jan 12, 2024
### Description
<!-- Describe your changes. -->
Implements LabelEncoder as per `ai.onnx.ml` opset 4 for the upcoming
ONNX 1.15 release. ~~This currently depends on a new ONNX release
candidate and so is marked as draft in the meantime.~~


### Motivation and Context
Closes #17602
mszhanyi pushed a commit that referenced this issue Jan 15, 2024
### Description
<!-- Describe your changes. -->
Implements LabelEncoder as per `ai.onnx.ml` opset 4 for the upcoming
ONNX 1.15 release. ~~This currently depends on a new ONNX release
candidate and so is marked as draft in the meantime.~~


### Motivation and Context
Closes #17602
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request request for unsupported feature or enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant