Mojo
commited on
Commit
·
cfeccd9
1
Parent(s):
dd65be6
Added files
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
albumentations==1.3.1
|
2 |
+
grad-cam==1.4.8
|
3 |
+
gradio==3.39.0
|
4 |
+
numpy== 1.25.0
|
5 |
+
pillow==9.4.0
|
6 |
+
pytorch-lightning==2.0.6
|
7 |
+
torch_lr_finder==0.2.1
|
8 |
+
torch==2.0.1
|
9 |
+
torchinfo==1.8.0
|
10 |
+
torchmetrics==0.11.4
|
11 |
+
torchvision==0.15.
|