Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,9 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
-
# DeepECG WCR Fine Tuned to detect LVEF under 50 % model
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
+
# DeepECG WCR Fine Tuned to detect LVEF under 50 % model
|
| 5 |
+
|
| 6 |
+
- model_name: `wcr_lvef_under_50`
|
| 7 |
+
- Utilizes the WCR architecture for processing ECG signals.
|
| 8 |
+
- Pre-trained model is loaded from a specified directory, and the model is used to process ECG signal tensors.
|
| 9 |
+
- The model takes an input signal tensor and outputs the logits for the binary classification of LVEF < 50%.
|