dansuh17 / segan-pytorch

SEGAN pytorch implementation https://arxiv.org/abs/1703.09452
GNU General Public License v3.0
106 stars 32 forks source link

Script to generate audio #15

Open arijit17 opened 6 years ago

arijit17 commented 6 years ago

It will be good to have a separate script just to generate audio from a trained model. Example, you feed in a noisy signal to a trained generator and you get an enhanced signal.

dansuh17 commented 6 years ago

Of course. There is a plan on the way of implementing 1. save / load pretrained model 2. generate using the model. Please hold on :)

arijit17 commented 6 years ago

Great 👍

  1. Is for Transfer Learning I believe.
  2. Is more urgent Thanks for the nice work!