updated packages in requirements file
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
torch
|
2 |
torchvision
|
3 |
-
torch-lr-finder
|
4 |
grad-cam
|
5 |
pillow
|
6 |
numpy
|
7 |
-
pytorch-lightning
|
8 |
-
albumentations
|
|
|
1 |
torch
|
2 |
torchvision
|
3 |
+
# torch-lr-finder
|
4 |
grad-cam
|
5 |
pillow
|
6 |
numpy
|
7 |
+
# pytorch-lightning
|
8 |
+
# albumentations
|