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. Verify paddle.
    python3

    Access the Python 3 interpreter.

    Input the following command:

    import paddle

    Then input the following command:

    paddle.utils.run_check()

    If the following information is displayed, the verification is successful.