Rate This Document
Findability
Accuracy
Completeness
Readability

Running and Verification

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Go to the Python interpreter.
    python3
  3. 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: