-
Notifications
You must be signed in to change notification settings - Fork 108
Support onnx 1.7 and ort 1.3 in UT and nightly build. #496
Conversation
…into op17_test_1
…into op17_test_1
…into op17_test_1
…into op17_test_1
…into op17_test_1
…into op17_test_1
…into op17_test_1
…into op17_test_1
…into op17_test_1
…into op17_test_1
…into op17_test_1
…into op17_test_1
…into op17_test_1
…into op17_test_1
…into op17_test_1
…into op17_test_1
…into op17_test_1
…into op17_test_1
…into op17_test_1
…into op17_test_1
…into op17_test_1
…into op17_test_1
This pull request fixes 1 alert when merging b220e93 into bb5c193 - view on LGTM.com fixed alerts:
|
…into op17_test_1
…into op17_test_1
…into op17_test_1
…into op17_test_1
This pull request fixes 1 alert when merging 9833722 into bb5c193 - view on LGTM.com fixed alerts:
|
…into op17_test_1
…into op17_test_1
This pull request fixes 1 alert when merging c88fa54 into bb5c193 - view on LGTM.com fixed alerts:
|
…into op17_test_1
…into op17_test_1
This pull request fixes 1 alert when merging 2c11347 into bb5c193 - view on LGTM.com fixed alerts:
|
.azure-pipelines/win32-conda-CI.yml
Outdated
@@ -28,13 +28,21 @@ jobs: | |||
TENSORFLOW_PATH: tensorflow==1.15.0 | |||
INSTALL_ORT: pip install onnxruntime==1.1.1 | |||
|
|||
Python37-tf200: | |||
# UT for standalone keras need tensorflow <= 2.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove it too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure
…into op17_test_1
…into op17_test_1
.azure-pipelines/linux-conda-CI.yml
Outdated
Python37-tf200: | ||
python.version: '3.7' | ||
ONNX_PATH: onnx==1.6.0 | ||
ONNX_PATH: onnx==1.7.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1.6?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
…into op17_test_1
…into op17_test_1
This pull request fixes 1 alert when merging d6276ab into bb5c193 - view on LGTM.com fixed alerts:
|
Support onnx 1.7 and ort 1.3 in UT and nightly build.