Pranjal2041
commited on
Commit
·
98a7e2d
1
Parent(s):
2460600
Initial demo
Browse files- DenseMammogram/requirements.txt +7 -7
- requirements.txt +7 -8
DenseMammogram/requirements.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
torch==1.11.0
|
2 |
-
tqdm
|
3 |
-
torchvision
|
4 |
-
scipy
|
5 |
-
scikit-learn
|
6 |
PyYAML==6.0
|
7 |
-
Pillow
|
8 |
-
pandas
|
9 |
-
matplotlib
|
10 |
numpy
|
11 |
easydict==1.9
|
|
|
1 |
torch==1.11.0
|
2 |
+
tqdm
|
3 |
+
torchvision
|
4 |
+
scipy
|
5 |
+
scikit-learn
|
6 |
PyYAML==6.0
|
7 |
+
Pillow
|
8 |
+
pandas
|
9 |
+
matplotlib
|
10 |
numpy
|
11 |
easydict==1.9
|
requirements.txt
CHANGED
@@ -1,12 +1,11 @@
|
|
1 |
-
gradio
|
2 |
torch==1.11.0
|
3 |
-
tqdm
|
4 |
-
torchvision
|
5 |
-
scipy
|
6 |
-
scikit-learn
|
7 |
PyYAML==6.0
|
8 |
-
Pillow
|
9 |
-
pandas
|
10 |
-
matplotlib
|
11 |
numpy
|
12 |
easydict==1.9
|
|
|
|
|
1 |
torch==1.11.0
|
2 |
+
tqdm
|
3 |
+
torchvision
|
4 |
+
scipy
|
5 |
+
scikit-learn
|
6 |
PyYAML==6.0
|
7 |
+
Pillow
|
8 |
+
pandas
|
9 |
+
matplotlib
|
10 |
numpy
|
11 |
easydict==1.9
|