Skip to content

Version Conversion from opset 8 to 9#2007

Merged
ebarsoum merged 11 commits intoonnx:masterfrom
KsenijaS:master
May 17, 2019
Merged

Version Conversion from opset 8 to 9#2007
ebarsoum merged 11 commits intoonnx:masterfrom
KsenijaS:master

Conversation

@KsenijaS
Copy link
Copy Markdown
Contributor

@KsenijaS KsenijaS commented May 7, 2019

No description provided.

@KsenijaS KsenijaS requested a review from a team as a code owner May 7, 2019 21:37
@spandantiwari
Copy link
Copy Markdown
Contributor

cc: @houseroad @linkerzhang

Copy link
Copy Markdown
Contributor

@spandantiwari spandantiwari left a comment

Choose a reason for hiding this comment

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

LGTM.

@KsenijaS
Copy link
Copy Markdown
Contributor Author

cc @bddppq @houseroad Can you please take a look at this PR? Thanks.

@houseroad
Copy link
Copy Markdown
Member

Some type annotation is missing. Could you take care of it?

@KsenijaS
Copy link
Copy Markdown
Contributor Author

@houseroad Can you please elaborate on what type annotations are missing?

Copy link
Copy Markdown
Member

@houseroad houseroad left a comment

Choose a reason for hiding this comment

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

Check the error message at the bottom: https://travis-ci.org/onnx/onnx/jobs/529519392

@KsenijaS
Copy link
Copy Markdown
Contributor Author

@houseroad I added type annotations and all checks pass now.

@vinitra-zz
Copy link
Copy Markdown

@KsenijaS please merge the master branch into your branch! Otherwise LGTM as well.

@KsenijaS
Copy link
Copy Markdown
Contributor Author

cc @houseroad @bddppq

Copy link
Copy Markdown
Member

@houseroad houseroad left a comment

Choose a reason for hiding this comment

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

Looks good. Thanks!

[onnx.helper.make_tensor_value_info("Y", data_type_to, [2, 3])])

converted_model = self._converted(graph, helper.make_operatorsetid("", from_opset), to_opset)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

check the node type?

@ebarsoum ebarsoum merged commit 819afd0 into onnx:master May 17, 2019
hariharans29 pushed a commit to hariharans29/onnx that referenced this pull request Aug 15, 2019
* add tests

* adapter for batchnorm opset 8 to 9

* adapter for upsample opset 8 to 9

* adapter for scan opset 8 to 9

* update convert.h file

* fix syntax error

* Add type annotations

* Check node type for Cast operator

* Empty Commit to rerun checks
@prasanthpul prasanthpul added this to the 1.6 milestone Aug 21, 2019
jcwchen pushed a commit to jcwchen/onnx that referenced this pull request Sep 23, 2020
* add tests

* adapter for batchnorm opset 8 to 9

* adapter for upsample opset 8 to 9

* adapter for scan opset 8 to 9

* update convert.h file

* fix syntax error

* Add type annotations

* Check node type for Cast operator

* Empty Commit to rerun checks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants