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

pinned to TF2.4 #45

Open
alisterburt opened this issue Mar 8, 2023 · 2 comments
Open

pinned to TF2.4 #45

alisterburt opened this issue Mar 8, 2023 · 2 comments

Comments

@alisterburt
Copy link
Contributor

Hi, I was wondering how strict the pin to TF==2.4 is? I would like to use cryoCARE but don't want to restrict users to 3.8 and TF==2.4 is not available on newer versions of Python

@thorstenwagner
Copy link
Collaborator

I had quite some trouble to get it running with TF 2.4 and needed a lot of try and error... :-/

@schloegl
Copy link

schloegl commented Oct 7, 2024

For other versions of tensorflow, the compatibility between tensorflow/cuda/cudnn need to be be considered:
https://www.tensorflow.org/install/source#gpu

For newer versions of numpy,
"numpy.bool" need to be replaced with "numpy.bool_"
https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations

I'm currently installing with
python/3.10, tensorflow 2.14.1, cuda/11.8, cudnn/8.7, numpy/1.26.4
and
python/3.11, tensorflow 2.15 , cuda/12.2, cudnn/8.8, numpy/1.23
after applying these changes:
master...schloegl:cryoCARE_pip:master

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