Help Center/ ModelArts/ FAQs/ ModelArts Standard Notebook/ Is the Keras Engine Supported by ModelArts Notebook Instances?
Updated on 2025-08-28 GMT+08:00

Is the Keras Engine Supported by ModelArts Notebook Instances?

Notebook instances in DevEnviron support the Keras engine. The Keras engine is not supported in job training and model deployment (inference).

Keras is an advanced neural network API written in Python. It is capable of running on top of TensorFlow, CNTK, or Theano. Notebook instances in DevEnviron support tf.keras.

Viewing Keras Versions

  1. On the ModelArts management console, create a notebook instance with image TensorFlow-1.13 or TensorFlow-1.15.
  2. Access the notebook instance. In JupyterLab, run !pip list to view Keras versions.
    Figure 1 Viewing Keras versions