Spaces:
Running
on
Zero
Running
on
Zero
Add requirements.txt
Browse files- requirements.txt +18 -0
requirements.txt
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
av
|
2 |
+
datasets
|
3 |
+
einops
|
4 |
+
hydra-core>=1.3.2
|
5 |
+
matplotlib
|
6 |
+
numpy>=1.26.4
|
7 |
+
omegaconf>=2.3.0
|
8 |
+
opencv-python==4.8.0.74
|
9 |
+
rich>=13.4.2
|
10 |
+
seaborn
|
11 |
+
tensorflow==2.15.1
|
12 |
+
torch>=2.1.0
|
13 |
+
torchaudio>=0.13.1
|
14 |
+
torchvision>=0.16.0
|
15 |
+
tqdm
|
16 |
+
transformers
|
17 |
+
wandb
|
18 |
+
webdataset@git+https://github.com/elicassion/webdataset.git@elicassion/fix_shuffle_bug
|