-
Notifications
You must be signed in to change notification settings - Fork 578
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
can't impelement tensorflow federated, tensorflow and tensorflow_quantum #760
Comments
I don't see any matching versions of TFQ requirements on TF and TFF requirements. However, it is a little surprising they don't work since their requirements are only off by 0.0.1. |
yes there is no version but can tensorflow fix this problem? |
TFQ main and TFF 0.41.0 both have 2.11.0 requirements. But I'm not sure if the latest changes in TFQ are stable yet, so enter at your own risk (see #757) |
It doesn't work. is there any way to fix this problem? |
I'm not sure if any easy way, it you isolate the breaking points (which are probably minor since the versions are off by just 0.0.1) in TFF you could changed those and build from source, but I don't know anything about TFF so I can't comment much on it |
is there any way that I can get help ?? or can do something about it?? |
I am bumping up the TFQ version to be compatible with TF v2.11.0. During this unstable phase, could you please share the installation error log that I can help you with? Firstly, please see #764 |
I guess there is a numpy file which is making all the fuss for tfq and tff ..... Is this solved yet? |
I wanted to verify a paper so I needed to apply tensorflow, tensorflow-quantum and tensorflow-federated at the same time or in a same environment and I tried different version but there is not compatible version that exist !🥲 .... I tried tensorflow==2.3.1 and tensorflow_quantum == 0.4.0 and tensorflow-federated==0.17.0 manually but the problem is it's still not compatible with each other.
Is there any solution for that?
The text was updated successfully, but these errors were encountered: