Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -24,10 +24,10 @@ task_categories:
|
|
| 24 |
- image-to-image
|
| 25 |
task_ids: []
|
| 26 |
---
|
| 27 |
-
Over 20,000
|
| 28 |
```
|
| 29 |
-
x_res =
|
| 30 |
-
y_res =
|
| 31 |
sample_rate = 22050
|
| 32 |
n_fft = 2048
|
| 33 |
hop_length = 512
|
|
|
|
| 24 |
- image-to-image
|
| 25 |
task_ids: []
|
| 26 |
---
|
| 27 |
+
Over 20,000 512x512 mel spectrograms of 5 second samples of music from my Spotify liked playlist. The code to convert from audio to spectrogram and vice versa can be found in https://github.com/teticio/audio-diffusion along with scripts to train and run inference using De-noising Diffusion Probabilistic Models.
|
| 28 |
```
|
| 29 |
+
x_res = 512
|
| 30 |
+
y_res = 512
|
| 31 |
sample_rate = 22050
|
| 32 |
n_fft = 2048
|
| 33 |
hop_length = 512
|