From 3c6b794ccfc5564198611d672fb37ba30432bddd Mon Sep 17 00:00:00 2001 From: Romain Hennequin Date: Fri, 20 Dec 2019 18:27:06 +0100 Subject: [PATCH] Added reference --- spleeter/model/functions/unet.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/spleeter/model/functions/unet.py b/spleeter/model/functions/unet.py index 245a247..60dea1e 100644 --- a/spleeter/model/functions/unet.py +++ b/spleeter/model/functions/unet.py @@ -2,8 +2,10 @@ # coding: utf8 """ -This module contains building functions for U-net source separation source -separation models. Each instrument is modeled by a single U-netconvolutional +This module contains building functions for U-net source +separation models in a similar way as in A. Jansson et al. "Singing +voice separation with deep u-net convolutional networks", ISMIR 2017. +Each instrument is modeled by a single U-net convolutional / deconvolutional network that take a mix spectrogram as input and the estimated sound spectrogram as output. """