-
Notifications
You must be signed in to change notification settings - Fork 432
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
Skip failed RFFT tests for TF-2.4.x #2026
Conversation
Signed-off-by: Yu Cong <[email protected]>
8979116
to
ce99ca0
Compare
Failed Pipelines test |
Would really appreciate some comment/advise from other contributors (@hwangdeyu , @fatcat-z ?) on below:
|
Rerunning the failed tests and will take a look at those test cases. |
For test_rfft_ops, the ValueError is expected because there is one test case to cover invalid operation scenario. |
Thanks @fatcat-z , For I used a new and clean conda env to installed the following dependencies and pulled the lastest
I've attached the error log as a text file, for your reference: If you can repro these error, given |
Thanks for your details. Now I'm clear with this issue. It only happens to tflite+tf2.4.1, that's why I didn't meet such issue when I only ran tf tests. |
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 for your contributions.
Signed-off-by: Yu Cong <[email protected]> Signed-off-by: Yu Cong <[email protected]> Co-authored-by: Yu Cong <[email protected]> Signed-off-by: Jay Zhang <[email protected]>
4 unit RFFT-related backend tests fail for TF-2.4.x. Here are the dependencies and error messages when seeing failed tests:
It looks like TF-2.4.x is not in the Azures Pipelines suite hence wasn't previously caught (pls correct me if wrong)? The failed tests would otherwise pass running on TF>=2.5.0.
I'd like to raise a PR to skip these tests for TF-2.4.x to unblock failure in our CI pipeline that depends on tf2onnx and TF-2.4. If the test failures are due to tf2onnx rather than TF-2.4.x bug based on your judgement, could you pls instead open an issue to track the fix? Thank you!