Update README.md
Browse files
README.md
CHANGED
@@ -68,8 +68,18 @@ if y.size(0) > 1: # mix to mono
|
|
68 |
y = y.mean(dim=0, keepdim=True)
|
69 |
y = torchaudio.functional.resample(y, orig_freq=sr, new_freq=22050)
|
70 |
y_hat = vocos(y)
|
|
|
71 |
```
|
72 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
## Training Details
|
74 |
|
75 |
### Training Data
|
|
|
68 |
y = y.mean(dim=0, keepdim=True)
|
69 |
y = torchaudio.functional.resample(y, orig_freq=sr, new_freq=22050)
|
70 |
y_hat = vocos(y)
|
71 |
+
|
72 |
```
|
73 |
|
74 |
+
### ONNX versions
|
75 |
+
|
76 |
+
You can check in colab:
|
77 |
+
|
78 |
+
<a target="_blank" href="https://colab.research.google.com/drive/1wJiXcBypdV4sxZMiD270JJWJX51c6wez">
|
79 |
+
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
|
80 |
+
</a>
|
81 |
+
|
82 |
+
|
83 |
## Training Details
|
84 |
|
85 |
### Training Data
|