File size: 410 Bytes
fc68fa9 d4fc673 fc68fa9 a433b10 614f4e2 071a829 82274f2 614f4e2 d23d6fc 614f4e2 58e7866 d23d6fc |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
---
language:
- en
license: apache-2.0
---
# DeepECG EfficientNet V2 model
- model_name: `efficientnetv2_77_classes`
- Utilizes the EfficientNetV2 architecture for processing ECG signals.
- The model takes an input signal tensor and outputs the logits for the 77 diagnosis classes.
- Model compiled with JIT
- Frozen weights no tunable
To load use
```
import torch
model = torch.jit.load(model_path)
``` |