I'd like to update Keras to version 2.3.0 with conda. Currently, I've got Keras 2.2.4 running.
First, I tried
conda update keras
which didn't work. Then I tried
conda install -c conda-forge keras
conda install -c conda-forge/label/broken keras
conda install -c conda-forge/label/cf201901 keras
as suggested by https://anaconda.org/conda-forge/keras. This also didn't update Keras.
Any ideas?
WML CE includes Conda packages for Keras-team Keras. Keras-team Keras has been configured to run with the Tensorflow back-end, and is also configured to operate with the Tensorflow Large Model Support (TFLMS). The Keras-team Keras packages include the Keras-team Keras 2.2.
You have to do !pip install keras within your jupyter notebook to install the keras package before you can import keras. Keras uses tensorflow backend, so when you install keras it installs tensorflow as part of the requirements.
pip uninstall keras
then
pip install keras
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With