Spaces:
Running
on
Zero
Running
on
Zero
Create requirements.txt
Browse files- requirements.txt +16 -0
requirements.txt
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
cloudpickle
|
2 |
+
hydra-core
|
3 |
+
omegaconf==2.1.0
|
4 |
+
pybind11
|
5 |
+
flake8==3.8.1
|
6 |
+
isort==4.3.21
|
7 |
+
black==22.3.0
|
8 |
+
autoflake
|
9 |
+
timm
|
10 |
+
pytest
|
11 |
+
scipy==1.7.3
|
12 |
+
psutil
|
13 |
+
opencv-python
|
14 |
+
wandb
|
15 |
+
submitit
|
16 |
+
einops
|