MetricGAN icon indicating copy to clipboard operation
MetricGAN copied to clipboard

MetricGAN: Generative Adversarial Networks based Black-box Metric Scores Optimization for Speech Enhancement (ICML 2019, with Travel awards)

Results 13 MetricGAN issues
Sort by recently updated
recently updated
newest added

Hello authors, I'm trying to run the MetricGAN on multi GPUs. When I added mirror strategy to the MetricGAN model and try to run, it is running on the single...

Hi, I am curious about the batch size. It is always 1 for different implementations. How long does it require to train 600 epochs? Why not use a much larger...

能提供一下你们的评价指标代码吗,为什么有些我测的有些指标跟论文不一致

Hi,Jason: When I try to train the MetricGAN(table2).py, I met two problems: (1)At every epoch both on G and D, its loss is nan , but only show a warning...

Hi, Jason I am trying to run MetricGAN.py But it fails while executing the `read_pesq` function. ``` def read_pesq(clean_root, enhanced_file, sr): f=enhanced_file.split('/')[-1] wave_name=f.split('_')[-1].split('@')[0] clean_file=clean_root+'Train_'+wave_name+'.wav' cmd = PESQ_path+'/PESQ {} {} +{}'.format(clean_file,...

Hi Can you share critical requriments like tensorflow or which needed importantly? Thanks

Hi, I was trying to see if I could access a pretrained SE model that I could use this method as a baseline for my work. I could not find...

it is operate on TF domain right?

when I run ./MetricGAN.py, I get some number (maybe loss) and error, just like this: How do I fix this error? which cuda & cudnn versions did you use? (The...

Hi, thanks for sharing your great work! could you elaborate on the numbers that are not listed here? I wanna exactly compare which model performs the best. Thanks! ![image](https://user-images.githubusercontent.com/26813646/64001140-2759fe00-cb42-11e9-832b-bcfc5c39b90f.png)