Spaces:
Runtime error
Runtime error
Commit
·
ed9538f
1
Parent(s):
6892c1c
Added requirements files
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==1.7.0
|
2 |
+
torchvision==0.8.1
|
3 |
+
numpy
|
4 |
+
tqdm
|
5 |
+
matplotlib
|
6 |
+
dotmap
|
7 |
+
Pillow
|
8 |
+
timm
|
9 |
+
ml-collections
|
10 |
+
ftfy
|
11 |
+
tensorboard
|
12 |
+
Google-Images-Search
|