Ole-Christian Galbo Engstrøm commited on
Commit ·
41ad582
1
Parent(s): 47049cc
Added requirements.txt and updated README
Browse files- README.md +1 -0
- requirements.txt +1 -0
README.md
CHANGED
|
@@ -5,6 +5,7 @@ tags:
|
|
| 5 |
- image-segmentation
|
| 6 |
- pytorch
|
| 7 |
- unet
|
|
|
|
| 8 |
- medical-imaging
|
| 9 |
- semantic-segmentation
|
| 10 |
library_name: pytorch
|
|
|
|
| 5 |
- image-segmentation
|
| 6 |
- pytorch
|
| 7 |
- unet
|
| 8 |
+
- u-net
|
| 9 |
- medical-imaging
|
| 10 |
- semantic-segmentation
|
| 11 |
library_name: pytorch
|
requirements.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
torch >= 2.7.1
|