1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-27 01:08:37 +00:00
dockerfiles/demucs/README.md

19 lines
416 B
Markdown
Raw Normal View History

2021-02-22 10:59:41 +00:00
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