teticio commited on
Commit
b9f9716
1 Parent(s): dd2ef91

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
- Over 20,000 256x256 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 Denoising Diffusion Probabilistic Models.
 
 
 
 
 
 
 
 
 
15
  - image-to-image
16
  task_ids: []
17
  ---
18
+ Over 20,000 256x256 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.
19
+
20
+ ```
21
+ x_res = 256
22
+ y_res = 256
23
+ sample_rate = 22050
24
+ n_fft = 2048
25
+ hop_length = 256
26
+ ```