teticio commited on
Commit
6049e98
1 Parent(s): c24c45c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -15,4 +15,12 @@ task_categories:
15
  - image-to-image
16
  task_ids: []
17
  ---
18
- 256x256 mel spectrograms of 5 second samples of instrumental Hip Hop. 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 Denoising Diffusion Probabilistic Models.
 
 
 
 
 
 
 
 
 
15
  - image-to-image
16
  task_ids: []
17
  ---
18
+ 256x256 mel spectrograms of 5 second samples of instrumental Hip Hop. 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.
19
+
20
+ ```
21
+ x_res = 256
22
+ y_res = 256
23
+ sample_rate = 22050
24
+ n_fft = 2048
25
+ hop_length = 256
26
+ ```