dansuh17 / segan-pytorch

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

How to compute the SSNR and other evaluation parameters #29

Open LemonLee0101 opened 5 years ago

LemonLee0101 commented 5 years ago

Hi, Thank you for the nice implementation. The model.py contains only training, but I don't know how to test the model and compute the SSNR and other evaluation parameters in the original paper. Could you give me some advice to solve this problem?

Thanks!