Skip to content
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

tensorflow federated (tff): TypeError of unhashable type 'list'. #3970

Open
deepquantum88 opened this issue Jun 16, 2023 · 1 comment
Open
Labels
bug Something isn't working

Comments

@deepquantum88
Copy link

I am working on my linux ubuntu system.

I have installed python 3.9.0, TensorFlow 2.11.0, TFF=0.52.0

I am looking to implement tff + differential privacy (https://www.tensorflow.org/federated/tutorials/federated_learning_with_differential_privacy) on my system. Although it works fine on colab.

On my system, when i import the libraries (TFF). I throws a TypeError of unhashable type 'list'.

Even i tried to check lower version of TFF and versions>0.52.0. But it remains same.

I cannot run on colab because i have other dependencies also. So I want to install and run the things on my system only.
Can you please help in this.

@deepquantum88 deepquantum88 added the bug Something isn't working label Jun 16, 2023
@JoseValBer29
Copy link

I had the same problem some days before with Python 3.9.0 and Tensorflow 2.16, I solved it by upgrading the Python version to 3.12
It can help you with the problem if you haven't solved it until now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants