You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

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)
Downloads last month
4
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The model has no library tag.

Collection including heartwise/EfficientNetV2_77_Classes