Spaces:
Sleeping
Sleeping
Commit
·
09036b9
1
Parent(s):
ab236d4
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch
|
2 |
+
numpy
|
3 |
+
pandas
|
4 |
+
matplotlib
|
5 |
+
seaborn
|
6 |
+
torchmetrics
|
7 |
+
torch_lr_finder
|
8 |
+
pytorch_lightning
|
9 |
+
torchvision
|
10 |
+
albumentations
|
11 |
+
grad-cam
|