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

More consistent opset accross converters and unit tests #473

Merged
merged 19 commits into from
Jun 5, 2020
Merged

More consistent opset accross converters and unit tests #473

merged 19 commits into from
Jun 5, 2020

Conversation

xadupre
Copy link
Collaborator

@xadupre xadupre commented Jun 2, 2020

No description provided.

@xadupre xadupre added this to In progress in August 2020 Jun 2, 2020
@xadupre xadupre changed the title Fix opset version in unit tests More consistent opset accross converters and unit tests Jun 2, 2020
@xadupre
Copy link
Collaborator Author

xadupre commented Jun 2, 2020

Adresses #474.

@@ -60,7 +60,8 @@ def _get_operation_list():
# does not follow the same schema
continue
if k in {'apply_less_or_equal', 'apply_greater_or_equal',
'apply_relu6'}:
'apply_relu6', 'apply_relu_6', 'apply_slice2',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so every changes on apply_functions will cause an update here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added this test when these functions were part of skl2onnx to do basic verification on the function code. I should remove it. There is no unit test in onnxconverter-common so this was added to catch some common mistakes.

@xadupre xadupre merged commit a38be4f into onnx:master Jun 5, 2020
@xadupre xadupre moved this from In progress to Done in August 2020 Jun 5, 2020
@xadupre xadupre deleted the nightop branch September 30, 2020 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
August 2020
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants