Update README.md
Browse files
README.md
CHANGED
@@ -3,9 +3,8 @@ language: en
|
|
3 |
license: bsd-3-clause
|
4 |
library_name: pytorch-lightning
|
5 |
tags:
|
6 |
-
- pytorch
|
7 |
- pytorch-lightning
|
8 |
-
- audio-
|
9 |
datasets: vctk
|
10 |
model_name: nu-wave-x2
|
11 |
---
|
@@ -32,9 +31,7 @@ This model takes in audio at 24kHz and upsamples it to 48kHz.
|
|
32 |
|
33 |
#### How to use
|
34 |
|
35 |
-
|
36 |
-
# You can include sample code which will be formatted
|
37 |
-
```
|
38 |
|
39 |
#### Limitations and bias
|
40 |
|
@@ -51,12 +48,17 @@ Preprocessing, hardware used, hyperparameters...
|
|
51 |
|
52 |
## Eval results
|
53 |
|
54 |
-
|
55 |
|
56 |
### BibTeX entry and citation info
|
57 |
|
58 |
```bibtex
|
59 |
-
@inproceedings{
|
60 |
-
|
|
|
|
|
|
|
|
|
|
|
61 |
}
|
62 |
```
|
|
|
3 |
license: bsd-3-clause
|
4 |
library_name: pytorch-lightning
|
5 |
tags:
|
|
|
6 |
- pytorch-lightning
|
7 |
+
- audio-to-audio
|
8 |
datasets: vctk
|
9 |
model_name: nu-wave-x2
|
10 |
---
|
|
|
31 |
|
32 |
#### How to use
|
33 |
|
34 |
+
You can try out this model here: [](https://colab.research.google.com/gist/nateraw/bd78af284ef78a960e18a75cb13deab1/nu-wave-x2.ipynb)
|
|
|
|
|
35 |
|
36 |
#### Limitations and bias
|
37 |
|
|
|
48 |
|
49 |
## Eval results
|
50 |
|
51 |
+
You can check out the authors' results at [their project page](https://mindslab-ai.github.io/nuwave/). The project page contains many samples of upsampled audio from the authors' models.
|
52 |
|
53 |
### BibTeX entry and citation info
|
54 |
|
55 |
```bibtex
|
56 |
+
@inproceedings{lee21nuwave,
|
57 |
+
author={Junhyeok Lee and Seungu Han},
|
58 |
+
title={{NU-Wave: A Diffusion Probabilistic Model for Neural Audio Upsampling}},
|
59 |
+
year=2021,
|
60 |
+
booktitle={Proc. Interspeech 2021},
|
61 |
+
pages={1634--1638},
|
62 |
+
doi={10.21437/Interspeech.2021-36}
|
63 |
}
|
64 |
```
|