CoolFace
Modelpublic

heartwise/EfficientNetV2_77_Classes

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
1likes34downloads
Model Card

DeepECG EfficientNet V2 model

  • modelname: `efficientnetv277_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)