Numpy load with `allow_pickle=true` old `keras` in `tensorflow.keras`
问题 Numpy load with allow_pickle=true old keras in tensorflow.keras Situation I have taken a course, where a Jupyter-notebook with a few example use-cases was provided. In order to save time and to have a clean working-environment, I've decided to use the Docker-image: jupyter/tensorflow-notebook:latest (see here). These are the pip list results for the relevant modules: [...] Keras-Applications 1.0.8 Keras-Preprocessing 1.1.0 [...] numpy 1.17.5 [...] tensorflow 2.1.0 [...] (a) The following