padmanabhbosamia
commited on
Commit
·
faf0211
1
Parent(s):
f163f2d
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
torch
|
2 |
-
torchvision
|
3 |
-
torch-lr-finder
|
4 |
-
grad-cam
|
5 |
pillow
|
6 |
numpy
|
7 |
gradio
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
pillow
|
2 |
numpy
|
3 |
gradio
|
4 |
+
torchsummary
|
5 |
+
pytorch-lightning
|
6 |
+
grad-cam
|
7 |
+
torch-lr-finder
|