【问题标题】:Deep Learning + ML + CV > Requirements.txt file [closed]深度学习 + ML + CV > Requirements.txt 文件 [关闭]
【发布时间】:2019-08-15 16:05:10
【问题描述】:

如果我可以将我的环境保存在某个文件中并可以共享它,那将非常容易。这将节省复制环境的时间。

附注: 我在下面添加了解决方案

【问题讨论】:

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


【解决方案1】:

每次我为机器学习项目创建虚拟环境时,我都会安装它

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

你准备好了。

【讨论】:

猜你喜欢
  • 1970-01-01
  • 2017-12-25
  • 2015-08-17
  • 2016-07-25
  • 2020-03-06
  • 2019-06-07
  • 1970-01-01
  • 1970-01-01
  • 2015-06-24
相关资源
最近更新 更多