manjaro 安装tensorflow 【CPU版本】 环境

1 manjaro 安装anaconda

package manager 安装 Anaconda

2 anaconda 设置环境

新建环境

root用户登录

conda create –n  tensorflow-python3.7 python=3.7

3 激活环境

source active tensorflow-python3.7

4 安装 tensorflow  采用豆瓣进行加速下载

pip install tensorfow –i https://pypi.doubanio.com/simple/

5 安装完成,进行验证

进python环境

python

import tensorflow as tf

不报错就表示tensorflow安装完成

相关文章

MNIST数据集可以说是深度学习的入门,但是使用模型预测单张M...
1、新建tensorflow环境(1)打开anacondaprompt,输入命令行...
这篇文章主要介绍“张量tensor是什么”,在日常操作中,相信...
tensorflow中model.fit()用法model.fit()方法用于执行训练过...
https://blog.csdn.net/To_be_little/article/details/12443...
根据身高推测体重const$=require('jquery');const...