MingGatsby
commited on
Commit
•
15fd9e2
1
Parent(s):
5063525
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
torch==2.0.1 --index-url https://download.pytorch.org/whl/cu118
|
2 |
torchvision==0.15.2 --index-url https://download.pytorch.org/whl/cu118
|
3 |
torchaudio==2.0.2 --index-url https://download.pytorch.org/whl/cu118
|
4 |
-
monai
|
5 |
opencv-python==4.8.0.76
|
6 |
timm==0.5.4
|
7 |
grad-cam==1.4.8
|
|
|
1 |
torch==2.0.1 --index-url https://download.pytorch.org/whl/cu118
|
2 |
torchvision==0.15.2 --index-url https://download.pytorch.org/whl/cu118
|
3 |
torchaudio==2.0.2 --index-url https://download.pytorch.org/whl/cu118
|
4 |
+
monai[all]
|
5 |
opencv-python==4.8.0.76
|
6 |
timm==0.5.4
|
7 |
grad-cam==1.4.8
|