Spaces:
Sleeping
Sleeping
Commit ·
e6df3cf
1
Parent(s): ed455b8
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
pandas
|
| 2 |
+
torch
|
| 3 |
+
torchvision
|
| 4 |
+
pytorch-lightning
|
| 5 |
+
torchvision
|
| 6 |
+
numpy
|
| 7 |
+
grad-cam
|
| 8 |
+
pillow
|
| 9 |
+
albumentations
|
| 10 |
+
torch_lr_finder
|