Abdulkader commited on
Commit
4193c60
·
1 Parent(s): 3899a9a

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -0
requirements.txt ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ cython
2
+ scipy
3
+ shapely
4
+ timm
5
+ h5py
6
+ wandb
7
+ fire
8
+ opencv-python
9
+ pandas
10
+ ftfy
11
+ regex
12
+ tqdm
13
+ gdown
14
+ # Torch
15
+ --find-links https://download.pytorch.org/whl/cu113/torch_stable.html
16
+ torch==1.10.1+cu113
17
+ torchvision==0.11.2+cu113