Running and Verification
Procedure
- Use PuTTY to log in to the server as the root user.
- Verify Keras.
python3 import numpy as np import tensorflow as tf from tensorflow import keras from tensorflow.keras import layers
If no error is reported, the Keras module is successfully imported.
Information similar to the following is displayed:

Parent topic: Keras 2.9.0 Porting Guide (Kylin V10)