Tensorflow & other binaries downgrade during install. #965
MicahNjeru
started this conversation in
General
Replies: 1 comment 2 replies
-
Hi @MicahNjeru, Yes that's true there was a backward compatibility issue beetwen TF and Keras (since Keras 2.7 release) #579, so downgrading was a temporally fix. This is fixed on main branch since #963 is merged 👍 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When installing docTR (great model btw), it does this "weird" thing of uninstalling a couple of my modules such as numpy, tensorflow & h5py etc then installing them. Which is okay-ish but it leaves them with an older version and specifically for Tensorflow. So when you run the model it tells you you're running on an older version of tensorflow yet it's the installation that downgraded it.
Also, why does it have to download multiple tensorflow version beginning with the latest then downloading the older versions as it installs
?
Beta Was this translation helpful? Give feedback.
All reactions