hugggof commited on
Commit
08aeda6
·
1 Parent(s): e561ff9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -1,4 +1,16 @@
1
  ---
2
  tags: audacity
3
  ---
4
- hello
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  tags: audacity
3
  ---
4
+
5
+ ## Music Source Separation in the Waveform Domain
6
+
7
+ This is the Demucs model, serialized from Facebook Research's pretrained models.
8
+
9
+ From Facebook research:
10
+
11
+ Demucs is based on U-Net convolutional architecture inspired by Wave-U-Net and SING, with GLUs, a BiLSTM between the encoder and decoder, specific initialization of weights and transposed convolutions in the decoder.
12
+
13
+
14
+ This is the `demucs_extra` version, meaning that is was trained on the MusDB dataset, along with 150 extra songs of data.
15
+
16
+ See [facebookresearch's repository](https://github.com/facebookresearch/demucs) for more information on Demucs.