Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,19 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
This is a PyTorch Lightning `.ckpt` checkpoint for a SwinUNETR model trained on chest CT images with TTE objective.
|
4 |
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- pytorch
|
5 |
+
- unet
|
6 |
+
- chest-ct
|
7 |
+
- survival-analysis
|
8 |
+
- time-to-event
|
9 |
+
- model-3d
|
10 |
+
model-index:
|
11 |
+
- name: UNet-TTE
|
12 |
+
results: []
|
13 |
+
---
|
14 |
+
|
15 |
+
|
16 |
+
# SwinUNETR Checkpoint
|
17 |
|
18 |
This is a PyTorch Lightning `.ckpt` checkpoint for a SwinUNETR model trained on chest CT images with TTE objective.
|
19 |
|