-
Notifications
You must be signed in to change notification settings - Fork 168
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
[BUG] EncoderClassifier produces end of life warning #1144
Comments
That's a shame they will deprecate the package... Will try to implement the instance normalization myself then :) thanks for putting this up @TonyBagnall ! |
pinging this @hadifawaz1999 since it says end of life May 2024 |
Will take care of it in the next couple of days |
When removing tensorflow addons and no longer have a bound on tensorflow, for some reason the combincation of python 3.12 and MAC OS 13 gets stuck in CI at one test for infinite loop, after seeing the details, it shows that its stucking on some transformation test https://github.com/aeon-toolkit/aeon/actions/runs/9355511121/job/25750819343?pr=1421 |
only transformer that uses tensorflow is RocketGPU, but this problem predates that I think? |
its meged to main now, but before that it was still happening, so yeah the problem predates it |
where are we with this bug? Is it purely the MAcOS? |
its being fixed here: #1421 |
Describe the bug
the EncoderClassifier produces this warning
"TFA has entered a minimal maintenance and release mode until a planned end of life in May 2024."
Steps/Code to reproduce the bug
Expected results
no warnings
Actual results
When fitting you get this
Versions
No response
The text was updated successfully, but these errors were encountered: