-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements.windows.cuda10.txt
More file actions
21 lines (16 loc) · 1.07 KB
/
requirements.windows.cuda10.txt
File metadata and controls
21 lines (16 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#! Python3.7
# Requirements for Windows with CUDA 10
OpenCV-Python # Installing OpenCV, the Open source Computer Vision library
Cython # Installing the Cython compiler for C extensions for the Python language.
Pillow<10.0.0 # Installing Pillow, a Python Image Library
SciPy # Installing SciPy, a library for mathematics, science, and engineering
PyYAML # Installing PyYAML, a library for reading configuration files
tqdm # Installing TDQM, the Fast, Extensible Progress Meter
Matplotlib # Installing Matplotlib, the Python plotting package
# We want to target CUDA 10.1 for this one
-f https://download.pytorch.org/whl/torch_stable.html
torch==1.7.0+cu101 # Installing PyTorch, for Tensor computation and Deep neural networks
-f https://download.pytorch.org/whl/torch_stable.html
torchvision==0.8.1+cu101 # Installing TorchVision, for Computer Vision based AI
CodeProject-AI-SDK # Installing the CodeProject.AI SDK
# last line empty.