JakJak504 commited on
Commit
82274f2
·
verified ·
1 Parent(s): a433b10

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -8,7 +8,8 @@ license: apache-2.0
8
  - model_name: `efficientnetv2_77_classes`
9
  - Utilizes the EfficientNetV2 architecture for processing ECG signals.
10
  - The model takes an input signal tensor and outputs the logits for the 77 diagnosis classes.
11
- - Model compiled with JIT
 
12
 
13
  To load use
14
  ```
 
8
  - model_name: `efficientnetv2_77_classes`
9
  - Utilizes the EfficientNetV2 architecture for processing ECG signals.
10
  - The model takes an input signal tensor and outputs the logits for the 77 diagnosis classes.
11
+ - Model compiled with JIT
12
+ - Frozen weights no tunable
13
 
14
  To load use
15
  ```