-
Notifications
You must be signed in to change notification settings - Fork 615
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
distort_image_ops_test.py fails on tf-nightly-2.0-gpu #373
Comments
So more info: The error is incredibly cryptic when decorated with tf.function... and when I remove that it looks like 2 errors are being raised instead of the one we're catching:
and
I have no idea which commit started this and no reason why it's only happening on the GPU pip package. |
It can run in the eager mode but failed in the graph mode. I tried to add the GPU kernel but the build failed. Will update it here if I get any progress. |
For tracking purposes... a temporary fix was put in #378 |
The CI Build for PY2-GPU failed because of
distort_image_ops_test.py
.https://source.cloud.google.com/results/invocations/7ed10b8d-6cba-47d9-b764-d823365528f4/log
Ideally, the manager should catch the exception raised in CC file
addons/tensorflow_addons/image/distort_image_ops_test.py
Lines 110 to 112 in 436580c
addons/tensorflow_addons/custom_ops/image/cc/kernels/adjust_hsv_in_yiq_op.cc
Lines 70 to 73 in 436580c
The text was updated successfully, but these errors were encountered: