-
Notifications
You must be signed in to change notification settings - Fork 24
ECG2age model issue #613
Copy link
Copy link
Open
Description
The usage instructions in the Model Card are inconsistent with the actual ECG2Age.keras architecture, causing even the provided example input to fail. The model actually expects an input of (Batch, 5500, 3), which appears more aligned with 4-lead (3-channel) exercise ECG data than the documented 12-lead format.
Could you clarify:
- Should the input be 12-leads resting ECG or 4-leads exercise ECG? Which specific leads are expected for the channels?
- Does the signal require specific unit conversion or normalization to yield meaningful age predictions?
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels