Datasets:
update README
Browse files- README.md +2 -0
- README_ZH.md +1 -0
README.md
CHANGED
@@ -110,6 +110,8 @@ bash inference_e2e.sh
|
|
110 |
### 🎤 SongFormBench-CN
|
111 |
Reproduce using [**bigvgan_v2_44khz_128band_256x**](https://huggingface.co/nvidia/bigvgan_v2_44khz_128band_256x)
|
112 |
|
|
|
|
|
113 |
```python
|
114 |
# See implementation
|
115 |
utils/CN/infer.py
|
|
|
110 |
### 🎤 SongFormBench-CN
|
111 |
Reproduce using [**bigvgan_v2_44khz_128band_256x**](https://huggingface.co/nvidia/bigvgan_v2_44khz_128band_256x)
|
112 |
|
113 |
+
You should first download bigvgan_v2_44khz_128band_256x, then add its project directory to your PYTHONPATH, after which you can use the code below:
|
114 |
+
|
115 |
```python
|
116 |
# See implementation
|
117 |
utils/CN/infer.py
|
README_ZH.md
CHANGED
@@ -99,6 +99,7 @@ bash inference_e2e.sh
|
|
99 |
### 🎤 SongFormBench-CN
|
100 |
使用 [**bigvgan_v2_44khz_128band_256x**](https://huggingface.co/nvidia/bigvgan_v2_44khz_128band_256x) 重建。
|
101 |
|
|
|
102 |
```python
|
103 |
# 查看实现
|
104 |
utils/CN/infer.py
|
|
|
99 |
### 🎤 SongFormBench-CN
|
100 |
使用 [**bigvgan_v2_44khz_128band_256x**](https://huggingface.co/nvidia/bigvgan_v2_44khz_128band_256x) 重建。
|
101 |
|
102 |
+
您应首先下载 bigvgan_v2_44khz_128band_256x,然后将其项目目录添加到 PYTHONPATH 中,之后即可使用以下代码:
|
103 |
```python
|
104 |
# 查看实现
|
105 |
utils/CN/infer.py
|