modulation.classification.seperation.audio_unet¶
Created on 29/03/2020
Classes
|
description |
|
description |
|
UNet for source separation from https://ejhumphrey.com/assets/pdf/jansson2017singing.pdf :param conv_channels_list: List of number of channels in convolutional blocks :param spec_transform: Spectrogram transform with proper parameters from core.transforms :param inv_spec_transform: InverseSpectrogram transform with proper parameters from core.transforms :param optimizer_lr: Learning rate for Adam optimizer |