About 41,300 results
Open links in new tab
  1. python - No module named 'keras.wrappers' - Stack Overflow

    Sep 14, 2023 · Yes it could, but also a keras update.. try to install a new version of keras by running the following in a colab cell !pip install keras==specific-version; change …

  2. How do I install Keras and Theano in Anaconda Python on Windows?

    Dec 5, 2015 · I am trying to work on neural networks in Python using the following Keras packages: from keras.utils import np_utils from keras.layers.core import Dense, Activation, …

  3. How can I install tensorflow and keras for Python 3.10.2?

    Jun 3, 2024 · To resolve the issue of installing TensorFlow and Keras on Python 3.10.2 in Anaconda on Windows 10,Creating a clean environment helps avoid conflicts. Open …

  4. How to install Keras in Python 3.6? - Stack Overflow

    Jun 1, 2017 · 5 Follow this method if you have Anaconda and Python version 3.6. First, create a new conda environment, conda create -n keras python=3.5 Now activate it, source activate …

  5. setup reticulate virtual environment with python 3.11.4

    Aug 18, 2023 · I have Python 3.11.4 installed. I have also installed keras package. I was trying to create a virtual environment but the command wants to install a new version of python (3.9). Is …

  6. python - Tensorflow compatibility with Keras - Stack Overflow

    Jul 2, 2020 · keras vs tf.keras There are two implementations of the Keras API: the standalone Keras (installed with pip install keras), and tf.keras which is bundled with TensorFlow (pip …

  7. python - How to uninstall Keras? - Stack Overflow

    I have installed Keras using this command: sudo pip install keras It installed properly and worked fine until I tried to import application modules: from keras.applications.vgg16 import VGG16 Using

  8. Keras for Python can't be installed using Anaconda

    I would like to install the libaray Keras for machine learning in Python (https://keras.io/). I use Anaconda (as an Administrator) and I tried the following command.

  9. trying to install keras or tensorflow in python - Stack Overflow

    Oct 8, 2023 · trying to install keras or tensorflow in python Asked 3 years, 6 months ago Modified 1 year, 10 months ago Viewed 6k times

  10. Change the version of Keras API in tensorflow - Stack Overflow

    Change the version of Keras API in tensorflow Asked 5 years, 10 months ago Modified 5 years, 9 months ago Viewed 13k times