我要评分
获取效率
正确性
完整性
易理解

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.