Ashkan Taghipour (The University of Western Australia) commited on
Commit
2a47411
·
1 Parent(s): 3ec7be9

Fix model repository names for LVEF models

Browse files
Files changed (1) hide show
  1. inference.py +2 -2
inference.py CHANGED
@@ -57,8 +57,8 @@ class DeepECGInference:
57
  # Model repository mappings
58
  MODEL_REPOS = {
59
  "diagnosis_77": "heartwise/EfficientNetV2_77_Classes",
60
- "lvef_40": "heartwise/EfficientNetV2_LVEF_40",
61
- "lvef_50": "heartwise/EfficientNetV2_LVEF_50",
62
  "afib_5y": "heartwise/EfficientNetV2_AFIB_5y",
63
  }
64
 
 
57
  # Model repository mappings
58
  MODEL_REPOS = {
59
  "diagnosis_77": "heartwise/EfficientNetV2_77_Classes",
60
+ "lvef_40": "heartwise/EfficientNetV2_LVEF_equal_under_40",
61
+ "lvef_50": "heartwise/EfficientNetV2_LVEF_under_50",
62
  "afib_5y": "heartwise/EfficientNetV2_AFIB_5y",
63
  }
64