Sin2pi commited on
Commit
ee213cd
·
verified ·
1 Parent(s): f150a28

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -55,10 +55,10 @@ In each subplot:
55
 
56
 
57
  ----
58
- #### Domain-Specific ASR/NLP.
59
-
60
- #### freqs = (theta / 220.0) * 700 * (torch.pow(10, torch.linspace(0, 2595 * torch.log10(torch.tensor(1 + 8000/700)), dim // 2, device=device, dtype=dtype) / 2595) - 1) / 1000
61
 
 
 
62
  ----
63
 
64
  The patterns below show how positions "see" each other in relation to theta and f0.
 
55
 
56
 
57
  ----
58
+ ```python
 
 
59
 
60
+ freqs = (theta / 220.0) * 700 * (torch.pow(10, torch.linspace(0, 2595 * torch.log10(torch.tensor(1 + 8000/700)), dim // 2, device=device, dtype=dtype) / 2595) - 1) / 1000
61
+ ```
62
  ----
63
 
64
  The patterns below show how positions "see" each other in relation to theta and f0.