Skip to content

Latest commit

 

History

History

segan

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Speech Enhancement Generative Adversarial Network

References: https://arxiv.org/abs/1703.09452

Model YAML Config Structure

model_config:
  g_enc_depths: [16, 32, 32, 64, 64, 128, 128, 256, 256, 512, 1024]
  d_num_fmaps: [16, 32, 32, 64, 64, 128, 128, 256, 256, 512, 1024]
  kwidth:           31
  ratio:            2

Training and Testing

See python examples/segan/run_segan.py --help