mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-27 02:09:06 +02:00
19 lines
416 B
Markdown
19 lines
416 B
Markdown
|
demucs
|
||
|
======
|
||
|
|
||
|
[Demucs][1] 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.
|
||
|
|
||
|
## up and running
|
||
|
|
||
|
```bash
|
||
|
$ docker-compose run --rm demucs input/test.mp3
|
||
|
```
|
||
|
|
||
|
## comparison
|
||
|
|
||
|
https://ai.honu.io/papers/demucs/
|
||
|
|
||
|
[1]: https://github.com/facebookresearch/demucs
|