Hi everyone,
I saw the following tweet last week about splitting Keras into a seperate pip package.
Does this mean that, on my local virtual environment I need to do ‘pip install --upgrade keras’ in order to get the latest tf.keras?
Up until now, keras is updated as part of my:
- pip install --upgrade tensorflow"
or - pip install --upgrade tf-nighly"
Thanks!
Fadi