深度学习+ ML + CV> Requirements.txt文件

时间:2019-08-15 16:05:10

标签: machine-learning deep-learning computer-vision ubuntu-18.04

我需要了解ML,DL或Computer Vision的任何位置或链接或个人需求。这将节省我重新安装所有设备的时间。

在将Ubuntu映像移植到其他计算机的环境中,我还需要帮助。

1 个答案:

答案 0 :(得分:0)

每次我创建一个用于机器学习项目的虚拟环境时,我都会安装

jupyter==1.0.0
matplotlib==1.5.3
numexpr==2.6.1
numpy==1.12.0
pandas==0.19.1
Pillow==3.4.2
protobuf==3.0.0
psutil==5.0.0
scikit-learn==0.18.1
scipy==0.18.1
sympy==1.0
tensorflow>=1.6.0
opencv-python==4.1.0.25 # updated

将其另存为requirements.txt文件并使用

进行安装
pip install -r requirements.txt

您就可以出发了。

相关问题