Help Center> ModelArts> FAQs> Notebook (New Version)> Constraints> Is the Keras Engine Supported?
Updated on 2022-12-06 GMT+08:00

Is the Keras Engine Supported?

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.

How Do I View 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

Constraints FAQs

more