Running and Verification
Procedure
- Use PuTTY to log in to the server as the root user.
- Go to the Python interpreter.
python3
- Perform the verification.
import mxnet as mx a = mx.nd.ones((2, 3)) b = a * 2 + 1 b.asnumpy()
Information similar to the following is displayed:

Parent topic: MXNet 2.0.0 Porting Guide (Kylin V10)