当前位置:网站首页>Tensorflow/Pytorch安装(Anaconda环境下,无版本冲突,亲测有效)
Tensorflow/Pytorch安装(Anaconda环境下,无版本冲突,亲测有效)
2022-08-04 05:31:00 【look up at the stars】
深度学习框架安装
零、前言
深度学习相关的热门框架主要为Tensorflow和Pytorch,通过各框架官网引导一般可以正常安装该框架,但是真正动手安装过的同学应该都知道这些第三方库之间可能存在版本冲突的问题,作者在经历了多次折磨之后,记录了自己配置环境的过程(无版本冲突,亲测有效),这些相关库若没有特别大的版本更新,以下安装过程是固定的。
一、Tensorflow安装
1.创建并进入指定虚拟环境(此处summer是我创建的虚拟环境名)
conda create --name summer
activate summer
2.安装相关包
conda install python==3.6
pip install numpy==1.19.5 -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install tensorflow==2.4.1 -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install matplotlib==3.3.4 -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install tensorflow_datasets -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install scipy==1.5.4 -i https://pypi.tuna.tsinghua.edu.cn/simple
conda install opencv
pip install pandas -i https://pypi.tuna.tsinghua.edu.cn/simple
conda install scikit-image
二、Pytorch安装
1.创建并进入指定虚拟环境(此处summer是我创建的虚拟环境名)
conda create --name torch1.9 python==3.7
activate torch1.9
2.安装相关包
conda install pytorch torchvision torchaudio cudatoolkit=11.1 -c pytorch -c conda-forge
pip install torchkeras -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install matplotlib==3.3.4 -i https://pypi.tuna.tsinghua.edu.cn/simple
conda install pandas
pip install sklearn -i https://pypi.tuna.tsinghua.edu.cn/simple
边栏推荐
- MNIST手写数字识别 —— 从零构建感知机实现二分类
- (导航页)OpenStack-M版-双节点手工搭建-附B站视频
- MOOSE平台使用入门攻略——如何运行官方教程的例子
- MNIST手写数字识别 —— ResNet-经典卷积神经网络
- Implementation of CAS lock-free queue
- Deep Learning Theory - Initialization, Parameter Adjustment
- tensorRT5.15 使用中的注意点
- Thunderbolt turns off automatic updates
- LeetCode_Dec_3rd_Week
- MNIST Handwritten Digit Recognition - Image Analysis Method for Binary Classification
猜你喜欢
深度确定性策略梯度(DDPG)
No matching function for call to ‘RCTBridgeModuleNameForClass‘
Copy Siege Lion 5-minute online experience MindIR format model generation
MOOSE平台使用入门攻略——如何运行官方教程的例子
中国联通、欧莱雅和钉钉都在争相打造的秘密武器?虚拟IP未来还有怎样的可能
yoloV5 使用——训练速度慢,加速训练
AWS使用EC2降低DeepRacer的训练成本:DeepRacer-for-cloud的实践操作
MNIST手写数字识别 —— ResNet-经典卷积神经网络
Golang environment variable settings (2)--GOMODULE & GOPROXY
[CV-Learning] Linear Classifier (SVM Basics)
随机推荐
Golang环境变量设置(二)--GOMODULE&GOPROXY
抽象类、内部类和接口
【Copy攻城狮日志】飞浆学院强化学习7日打卡营-学习笔记
tensorRT教程——tensor RT OP理解(实现自定义层,搭建网络)
MNIST手写数字识别 —— 从二分类到十分类
Deep learning, "grain and grass" first--On the way to obtain data sets
学习资料re-id
集合--LinkedList
剪映专业版字幕导出随笔
MFC读取点云,只能正常显示第一个,显示后面时报错
Copy攻城狮信手”粘“来 AI 对对联
卷积神经网络入门详解
[日常办公][shell]常用代码段
审稿意见回复
【Copy攻城狮日志】“一分钟”跑通MindSpore的LeNet模型
No matching function for call to ‘RCTBridgeModuleNameForClass‘
MNIST handwritten digit recognition - based on Mindspore to quickly build a perceptron to achieve ten categories
How to grow into a senior engineer?
"A minute" Copy siege lion log 】 【 run MindSpore LeNet model
多层LSTM