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