andabi / music-source-separation

Deep neural networks for separating singing voice from music written in TensorFlow
795 stars 150 forks source link

How to use unet? #52

Open suntingfeng opened 4 years ago

suntingfeng commented 4 years ago

Hi, This project contains the unet network,having model_unet.py and train_unet.py. But they still use RNN network here. Is there a training demo using unet?