Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,8 @@ license: apache-2.0
|
|
8 |
- model_name: `efficientnetv2_77_classes`
|
9 |
- Utilizes the EfficientNetV2 architecture for processing ECG signals.
|
10 |
- The model takes an input signal tensor and outputs the logits for the 77 diagnosis classes.
|
11 |
-
- Model compiled with JIT
|
|
|
12 |
|
13 |
To load use
|
14 |
```
|
|
|
8 |
- model_name: `efficientnetv2_77_classes`
|
9 |
- Utilizes the EfficientNetV2 architecture for processing ECG signals.
|
10 |
- The model takes an input signal tensor and outputs the logits for the 77 diagnosis classes.
|
11 |
+
- Model compiled with JIT
|
12 |
+
- Frozen weights no tunable
|
13 |
|
14 |
To load use
|
15 |
```
|