-
Notifications
You must be signed in to change notification settings - Fork 166
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
Cannot load DataLabeler due to error in labeler utils. #1126
Comments
Not 100% positive, but this might be resolved just by setting Also, might need to upgrade the keras version. |
Yep, we noticed this last week. Thanks for documenting in an issue @JGSweets 👍 |
Looks like that might resolve
|
And TF's release notes: https://github.com/tensorflow/tensorflow/releases/tag/v2.16.1 |
Yeah, I think you are right -- after I saw the errors on the PR checks, looks like the model would need a version update itself |
Just a note that the current workaround does not work on Windows, as Tensorflow version 2.15.1 is not available. |
Any update on this? Thanks! |
Not yet, @JGSweets. Thanks for the bump though -- haven't forgot about it |
General Information:
linux/x86_64
3.10.14
DataProfiler==0.10.8
Describe the bug:
On line:
DataProfiler/dataprofiler/labelers/labeler_utils.py
Line 360 in f8b3e5d
I receive the error:
TypeError: Metric.add_weight() got multiple values for argument 'shape'
Possibly related to: https://stackoverflow.com/questions/62976818/add-weight-got-multiple-values-for-argument-name-while-using-a-custom-attent
Current TF Version:
tensorflow==2.16.1
To Reproduce:
Expected behavior:
Loads the labeler
Additional context:
I think this has to do with something in TF updating, but the DP not updating with it.
Requiring
tensorflow==2.15.1
is a current workaround.The text was updated successfully, but these errors were encountered: