JakJak504 commited on
Commit
0a2bcc1
·
verified ·
1 Parent(s): e720f22

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -3,7 +3,11 @@ license: apache-2.0
3
  ---
4
  # DeepECG EfficientNet V2 Fine Tuned to detect LVEF under 50 % model
5
 
6
- Model compiled with JIT,
 
 
 
 
7
 
8
  To load use
9
  ```
 
3
  ---
4
  # DeepECG EfficientNet V2 Fine Tuned to detect LVEF under 50 % model
5
 
6
+ - model_name: `efficientnetv2_lvef_under_50`
7
+ - Utilizes the EfficientNetV2 architecture for processing ECG signals.
8
+ - Pre-trained model is loaded from a specified directory, and the model is used to process ECG signal tensors.
9
+ - The model takes an input signal tensor and outputs the logits for the binary classification of LVEF < 50%.
10
+ - Model compiled with JIT,
11
 
12
  To load use
13
  ```