File size: 339 Bytes
bc62da1 0e56d4c bc62da1 |
1 2 3 4 5 6 7 8 9 10 11 12 |
---
license: apache-2.0
---
- The model_name: sl_model.h5
- The model utilizes the EfficientNetV2 architecture for processing ECG signals.
- The model takes an input signal tensor and outputs the logits for the 77 diagnosis classes.
- The Model is saved in h5 format and is tunable
To load use
import torch
model = torch.load(model_path) |