运行和验证

操作步骤

  1. 使用PuTTY工具,以root用户登录服务器。
  2. 执行以下命令验证chainer。

    python3

    输入import chainer,按“Enter”。

    输入chainer.print_runtime_info(),按“Enter”。

    均无报错,证明导入chainer模块成功。

    回显显示信息如下图所示。