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