Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,8 @@ language:
|
|
| 8 |
- Utilizes the EfficientNetV2 architecture for processing ECG signals.
|
| 9 |
- Pre-trained model is loaded from a specified directory, and the model is used to process ECG signal tensors.
|
| 10 |
- The model takes an input signal tensor and outputs the logits for the binary classification of LVEF <= 40%.
|
| 11 |
-
- Model compiled with JIT,
|
|
|
|
| 12 |
|
| 13 |
To load use
|
| 14 |
```
|
|
|
|
| 8 |
- Utilizes the EfficientNetV2 architecture for processing ECG signals.
|
| 9 |
- Pre-trained model is loaded from a specified directory, and the model is used to process ECG signal tensors.
|
| 10 |
- The model takes an input signal tensor and outputs the logits for the binary classification of LVEF <= 40%.
|
| 11 |
+
- Model compiled with JIT,
|
| 12 |
+
- Frozen weights no tunable
|
| 13 |
|
| 14 |
To load use
|
| 15 |
```
|