Edit model card

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 Fine Tuned to detect LVEF under 50 % model

  • model_name: efficientnetv2_lvef_under_50
  • Utilizes the EfficientNetV2 architecture for processing ECG signals.
  • Pre-trained model is loaded from a specified directory, and the model is used to process ECG signal tensors.
  • The model takes an input signal tensor and outputs the logits for the binary classification of LVEF < 50%.
  • Model compiled with JIT,

To load use

import torch
model = torch.jit.load(model_path)
Downloads last month
9
Inference API
Unable to determine this model's library. Check the docs .

Collection including heartwise/EfficientNetV2_LVEF_under_50