Skip to content

Commit

Permalink
Added reference
Browse files Browse the repository at this point in the history
  • Loading branch information
romi1502 committed Dec 20, 2019
1 parent 5a36b6a commit 3c6b794
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions spleeter/model/functions/unet.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
Expand Down

0 comments on commit 3c6b794

Please sign in to comment.