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

Installing Dependencies

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Install Python.
    yum install python3-devel python3-pip
  3. Check whether Python is successfully installed.
    python3 --version

    If the correct version is displayed, the installation is successful.

  4. Create a Theano virtual environment.
    pip3 install virtualenv
    mkdir -p /path/to/theano
    python3 -m venv /path/to/theano