keras-team / keras-io

Keras documentation, hosted live at keras.io
Apache License 2.0
2.75k stars 2.03k forks source link

Migrating numpy namespace to numpy 2.0 in writing_your_own_callbacks.py, .md and .ipynb files #1913

Closed tilakrayal closed 1 month ago

tilakrayal commented 1 month ago

Numpy 2.0 deprecates part of their namespace, see https://numpy.org/doc/stable/numpy_2_0_migration_guide.html for all details. Keras is affected by np.Inf -> np.inf