Spaces:
Runtime error
Runtime error
Commit
·
cae6bfb
1
Parent(s):
5ba7af1
Upload requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch>=1.10.2
|
2 |
+
torchvision>=0.11.3
|
3 |
+
pytorch-lightning~=1.6.5
|
4 |
+
timm~=0.6.5
|
5 |
+
nltk~=3.7.0
|
6 |
+
lmdb~=1.3.0
|
7 |
+
Pillow~=9.2.0
|
8 |
+
imgaug~=0.4.0
|
9 |
+
hydra-core~=1.2.0
|
10 |
+
fvcore~=0.1.5.post20220512
|
11 |
+
ray[tune]~=1.13.0
|
12 |
+
ax-platform~=0.2.5.1
|
13 |
+
PyYAML~=6.0.0
|
14 |
+
tqdm~=4.64.0
|