安装 Animius
有两种安装 Animius 的方法: 使用 Pip 或使用 Docker.
下载 Python 包
通过 Python 的 Pip 包管理器安装 Animius. 查阅 GPU 教程来配置支持 CUDA® 的显卡.
# 为 CPU 安装 Tensorflow pip install tensorflow==1.12.0 # 为 GPU 安装 TensorFlow pip install tensorflow-gpu==1.12.0 # 安装 Animius pip install animius
运行 Animius 容器
Animius Docker 镜像 已经支持运行 Animius. Docker 容器在虚拟环境中运行. 它是最容易为 Linux 系统配置 GPU 支持 的方法.
docker pull gundammc/animius # 下载最新的 CPU 版本 docker pull gundammc/animius:latest-gpu # 支持 GPU
搭建第一个虚拟助手
使用 Animius 创建并部署你的虚拟助手.