JakJak504 commited on
Commit
a880eba
·
verified ·
1 Parent(s): 19bda1d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -3
README.md CHANGED
@@ -1,3 +1,12 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+ # DeeECG EfficientNet V2 Fine Tuned to detect LVEF under 50 % model
5
+
6
+ Model compiled with JIT,
7
+
8
+ To load use
9
+ ```
10
+ import torch
11
+ model = torch.jit.load(model_path)
12
+ ```