JakJak504 commited on
Commit
58e7866
·
verified ·
1 Parent(s): 614f4e2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -3,10 +3,12 @@ language:
3
  - en
4
  license: apache-2.0
5
  ---
6
- DeeECG EfficientNet V2 model
7
 
8
  Model compiled with JIT,
9
 
10
  To load use
 
11
  import torch
12
- model = torch.jit.load(model_path)
 
 
3
  - en
4
  license: apache-2.0
5
  ---
6
+ # DeeECG EfficientNet V2 model
7
 
8
  Model compiled with JIT,
9
 
10
  To load use
11
+ '''
12
  import torch
13
+ model = torch.jit.load(model_path)
14
+ '''