在ubuntu中配置深度学习python图片分类实验环境
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在ubuntu中配置深度学习python图片分类实验环境相关的知识,希望对你有一定的参考价值。
1 安装numpy,scipy, matplotlib,
sudo apt-get install python-numpy sudo apt-get install python-scipy sudo apt-get install python-matplotlib
sudo apt-get install python-dev
2 图片处理相关的科学库
pip install scikit-image
以上是关于在ubuntu中配置深度学习python图片分类实验环境的主要内容,如果未能解决你的问题,请参考以下文章
PyTorch 深度学习实战 | 基于 ResNet 的花卉图片分类
深度学习 GPU环境 Ubuntu 16.04 + Nvidia GTX 1080 + Python 3.6 + CUDA 9.0 + cuDNN 7.1 + TensorFlow 1.6 环境配置(