Jenthe commited on
Commit
3de72c1
1 Parent(s): 070a788

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -80,7 +80,7 @@ with torch.jit.optimized_execution(False):
80
  embedding = ecapa2(audio)
81
  ```
82
 
83
- There is no need for `ecapa2_model.eval()` or `torch.no_grad()`, this is done automatically.
84
 
85
  ### Hierarchical Feature Extraction
86
 
 
80
  embedding = ecapa2(audio)
81
  ```
82
 
83
+ There is no need for `ecapa2.eval()` or `torch.no_grad()`, this is done automatically.
84
 
85
  ### Hierarchical Feature Extraction
86