-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Update Docker CI #8193
Update Docker CI #8193
Conversation
b4fb990
to
9371913
Compare
13e27ef
to
c41a4eb
Compare
0d1693a
to
7f5a959
Compare
@mbrookhart I just tested it for both |
Thanks, Andrew! Co-authored-by: Andrew Reusch <[email protected]>
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.
thanks @mbrookhart ! please update the tracking issue when you merge
repeat(1, D), | ||
auto_pad="SAME_UPPER", | ||
) | ||
## TODO(mbrookhart): renable autopad tests when CI ONNX |
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.
per discussion, this will be a follow-on PR
* add failing onnx tets * point jenkins at new docker * support convtranspose opset 11 autopadding * Don't force output shape for conv transpose tests, add 1D and 3D cases * disable test until CI update complete * try updating docker images again * skip a test until update complete * next try at docker images * manage TF memory use in TF1 tests * support explicit padding for NCHW TF padding test * Update to tagged tlcpack images Thanks, Andrew! Co-authored-by: Andrew Reusch <[email protected]> Co-authored-by: Andrew Reusch <[email protected]>
* add failing onnx tets * point jenkins at new docker * support convtranspose opset 11 autopadding * Don't force output shape for conv transpose tests, add 1D and 3D cases * disable test until CI update complete * try updating docker images again * skip a test until update complete * next try at docker images * manage TF memory use in TF1 tests * support explicit padding for NCHW TF padding test * Update to tagged tlcpack images Thanks, Andrew! Co-authored-by: Andrew Reusch <[email protected]> Co-authored-by: Andrew Reusch <[email protected]>
Adding a lot of updates to CI docker images, including onnx, arm, tensorflow, tflite, etc. Fixes a couple of bugs with the update.