建设基于TensorFlow的深度学习环境

一、使用yum安装git

1、查看系统是否已经安装git

git --version

2、yum 安装git

yum install git

3、安装成功

git --version

4、进入指定目录

cd /root/CNN

5、将代码库拷贝到指定目录下

git clone https://github.com/nfmcclure/tensorflow_cookbook.git

猜你喜欢

转载自www.cnblogs.com/ratels/p/10235890.html
今日推荐