Results 17 comments of Szu-Wei Fu

Hi You can directly try this code: https://github.com/JasonSWFu/MetricGAN/blob/master/MetricGAN(tableII).py Lexi ***@***.***> 於 2021年3月30日 週二 下午2:19寫道: > Hi, as mentioned in the paper, the input features and activation functions > used in...

Hi Ana, The error "**ValueError: could not convert string to float:**" comes from pesq function doesn't run properly. you can test it on your command line by typing (under the...

Hi, all these numbers are based on their original papers. If the authors didn't report the number, I cannot obtain the results. The PESQ score of deep loss is roughly...

The input shape is (None, 257) as shown here: https://github.com/JasonSWFu/Quality-Net/blob/master/Quality_net_training_Non_intrusive.py#L170 which represents (batchsize=1, number of frames, number of frequency bins=257)

Hi, You can download PESQ code here (The PESQ file can only be implemented in Linux environment): https://github.com/JasonSWFu/MetricGAN/blob/master/PESQ and this is for your reference to use the code: https://github.com/JasonSWFu/MetricGAN/blob/master/MetricGAN.py