About 161,000 results
Open links in new tab
  1. python - How to find which version of TensorFlow is installed in …

    Jul 24, 2016 · I need to find which version of TensorFlow I have installed. I'm using Ubuntu 16.04 Long Term Support.

  2. How can I know which is the lastest Python version compatible for ...

    Mar 17, 2022 · All versions of Tensorflow (as in, the specific 2.X build for python 3.7 vs the one for 3.10) are equivalent and they can interoperate (models trained in one work in the other without …

  3. Which TensorFlow and CUDA version combinations are compatible?

    Jul 31, 2018 · 346 I have noticed that some newer TensorFlow versions are incompatible with older CUDA and cuDNN versions. Does an overview of the compatible versions or even a list …

  4. python 3.11 - Tensorflow support for Python3.11 - Stack Overflow

    Nov 24, 2022 · Just wanted to add that one of the tensorflow dependencies (tensorflow-io-gcs-filesystem) has specified that in its latest version works with Python >=3.11, but <3.12. If you …

  5. Which version of python is supported in Tensorflow?

    Feb 4, 2019 · I tried to setup tensorflow for python version 3.7.1 which was not supported and ended up wasting half Sunday. I want to know which versions of python does tensorflow …

  6. Is there another method to install tensorflow 2.18.0 with python …

    Jan 29, 2025 · If you want to get the latest version, downgrade to Python 3.12 and run python -m pip install -U tensorflow in an environment, preferably a virtual environment as it helps you …

  7. I cannot install Tensorflow Version 1.15 through pip

    Apr 29, 2020 · I have a specific situation in which I have to use version 1.15 of Tensorflow, but when I try to install it, it seems like it can‘t find this specific version.

  8. Tensorflow version for CUDA 12.2.1 - Stack Overflow

    Nov 12, 2023 · Even though the tensorflow docs say you need Cuda 11.8, it's possible to make it work with other Cuda versions. I use Cuda 12.3 with tensorflow 2.16.1, Python 3.9, nVidia …

  9. python - Tensorflow compatibility with Keras - Stack Overflow

    Jul 2, 2020 · 17 Just check Tensorflow and Keras compatibility: and install compatible Tensorflow version. Check this link for more info.

  10. How to download previous version of tensorflow? - Stack Overflow

    Nov 4, 2016 · 25 For some reason, I want to use some previous version of tensorflow ('tensorflow-**-.whl', not source code on github) and where can I download the previous version and how …