JakJak504 commited on
Commit
0c410e8
·
verified ·
1 Parent(s): 1b542da

Update README.md

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