Spaces:
Build error
Build error
add pip deps
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch>=1.6
|
2 |
+
numpy
|
3 |
+
tqdm
|
4 |
+
tensorboard
|
5 |
+
ml-collections
|
6 |
+
timm
|
7 |
+
ftfy
|
8 |
+
wget
|
9 |
+
tabulate
|
10 |
+
tables
|