Spaces:
Running
Running
added requirements
Browse files- requirements.txt +19 -0
requirements.txt
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pytorch==1.11.0
|
2 |
+
torchvision==0.12.0
|
3 |
+
numpy==1.19.2
|
4 |
+
albumentations==0.4.3
|
5 |
+
opencv-python==4.1.2.30
|
6 |
+
pudb==2019.2
|
7 |
+
imageio==2.9.0
|
8 |
+
imageio-ffmpeg==0.4.2
|
9 |
+
pytorch-lightning==1.4.2
|
10 |
+
omegaconf==2.1.1
|
11 |
+
test-tube>=0.7.5
|
12 |
+
streamlit>=0.73.1
|
13 |
+
einops==0.3.0
|
14 |
+
torch-fidelity==0.3.0
|
15 |
+
transformers==4.35.0
|
16 |
+
wandb==0.13.5
|
17 |
+
tqdm==4.64.1
|
18 |
+
torchmetrics==0.6.0
|
19 |
+
einops==0.3.0
|