美文网首页
DIGITS6 +CAFFE +PYTHON 安装配置

DIGITS6 +CAFFE +PYTHON 安装配置

作者: 蒜泥狠 | 来源:发表于2018-07-04 10:00 被阅读0次

2018-07-04

一.链接https://developer.nvidia.com/digits

二.配置成为会员

三.开始安装

1.下载

#example location - can be customized

DIGITS_ROOT=~/digits

git clone https://github.com/NVIDIA/DIGITS.git$DIGITS_ROOT

在整个文档中,我们将您的安装位置称为DIGITS_ROOT(~/digits在本例中),但您不需要实际设置该环境变量

2.安装需要安装几个PyPI包:

sudo pip install -r $ DIGITS_ROOT /requirements.txt

[可选]启用对插件的支持

需要安装DIGITS 以启用加载数据和可视化插件

sudo pip install -e $DIGITS_ROOT

3.启动服务器

./digits-devserver

启动服务器http://localhost:5000/

$ ./digits-devserver --help

4.成功了

相关文章

网友评论

      本文标题:DIGITS6 +CAFFE +PYTHON 安装配置

      本文链接:https://www.haomeiwen.com/subject/ktnsuftx.html