You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Macbook Pro M2 chip, OS 14.5 (23F79), python3.9, if use conda install -c conda-forge tensorflow=2.9.1, the specified TensorFlow version 2.9.1 may be too old for some features. Instead we recommend pip install tensorflow==2.15.0. Due to some reasons, we still need Keras and to keep its version consistent with the TensorFlow.
In Macbook Pro M2 chip, OS 14.5 (23F79), python3.9, if use
conda install -c conda-forge tensorflow=2.9.1
, the specified TensorFlow version 2.9.1 may be too old for some features. Instead we recommendpip install tensorflow==2.15.0
. Due to some reasons, we still need Keras and to keep its version consistent with the TensorFlow.all dependencies related to TensorFlow as
The text was updated successfully, but these errors were encountered: