Clarify CUDA evaluation and checkpoint-only validation
Browse files
README.md
CHANGED
|
@@ -74,7 +74,8 @@ python method/eval/evaluate_checkpoint.py \
|
|
| 74 |
|
| 75 |
The public LUTSeg release has a patient-disjoint validation set and no separate
|
| 76 |
public test split. The evaluator reports per-class IoU and Dice plus their
|
| 77 |
-
means on the 30-image validation set.
|
|
|
|
| 78 |
|
| 79 |
## Architecture and Training
|
| 80 |
|
|
|
|
| 74 |
|
| 75 |
The public LUTSeg release has a patient-disjoint validation set and no separate
|
| 76 |
public test split. The evaluator reports per-class IoU and Dice plus their
|
| 77 |
+
means on the 30-image validation set and requires one CUDA GPU. Append
|
| 78 |
+
`--check-only` to validate checkpoint compatibility without inference.
|
| 79 |
|
| 80 |
## Architecture and Training
|
| 81 |
|