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

can't impelement tensorflow federated, tensorflow and tensorflow_quantum #760

Open
Rayhan740 opened this issue Apr 3, 2023 · 8 comments

Comments

@Rayhan740
Copy link

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?

@lockwo
Copy link
Contributor

lockwo commented Apr 3, 2023

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.

@Rayhan740
Copy link
Author

yes there is no version but can tensorflow fix this problem?

@lockwo
Copy link
Contributor

lockwo commented Apr 3, 2023

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)

@Rayhan740
Copy link
Author

It doesn't work. is there any way to fix this problem?

@lockwo
Copy link
Contributor

lockwo commented Apr 8, 2023

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

@Rayhan740
Copy link
Author

is there any way that I can get help ?? or can do something about it??

@jaeyoo
Copy link
Member

jaeyoo commented Apr 14, 2023

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

@Rayhan740
Copy link
Author

I guess there is a numpy file which is making all the fuss for tfq and tff ..... Is this solved yet?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants