JakJak504 commited on
Commit
973b356
·
verified ·
1 Parent(s): b53ee7d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -8,7 +8,8 @@ language:
8
  - Utilizes the EfficientNetV2 architecture for processing ECG signals.
9
  - Pre-trained model is loaded from a specified directory, and the model is used to process ECG signal tensors.
10
  - The model takes an input signal tensor and outputs the logits for the binary classification of LVEF <= 40%.
11
- - Model compiled with JIT,
 
12
 
13
  To load use
14
  ```
 
8
  - Utilizes the EfficientNetV2 architecture for processing ECG signals.
9
  - Pre-trained model is loaded from a specified directory, and the model is used to process ECG signal tensors.
10
  - The model takes an input signal tensor and outputs the logits for the binary classification of LVEF <= 40%.
11
+ - Model compiled with JIT,
12
+ - Frozen weights no tunable
13
 
14
  To load use
15
  ```