Update README.md
Browse files
README.md
CHANGED
|
@@ -72,5 +72,7 @@ model.eval()
|
|
| 72 |
# Example: Inference on T2 and Kinetics tensors
|
| 73 |
# output = model(t2_tensor, kinetics_tensor)
|
| 74 |
|
|
|
|
|
|
|
| 75 |
## Limitations & Ethical Considerations
|
| 76 |
This model is for research purposes only. It was trained on the ODELIA proprietary dataset. Predictions should not be used for clinical diagnosis without professional medical supervision.
|
|
|
|
| 72 |
# Example: Inference on T2 and Kinetics tensors
|
| 73 |
# output = model(t2_tensor, kinetics_tensor)
|
| 74 |
|
| 75 |
+
```
|
| 76 |
+
|
| 77 |
## Limitations & Ethical Considerations
|
| 78 |
This model is for research purposes only. It was trained on the ODELIA proprietary dataset. Predictions should not be used for clinical diagnosis without professional medical supervision.
|