ruizhecao96 / CMGAN

Conformer-based Metric GAN for speech enhancement
MIT License
309 stars 60 forks source link

Bug fix: No module named 'tools.compute_metrics_norm' #4

Closed aniruddhapal211316 closed 2 years ago

aniruddhapal211316 commented 2 years ago

Issue :

ss_final while running evaluation.py for evaluating model there is an error, ModuleNotFoundError: No module named 'tools.compute_metrics_norm'

Fixed :

Changed tools.compute_metrics_norm to tools.compute_metrics in statement: from tools.compute_metrics_norm import compute_metrics_norm because for computing metrics the function is named as compute_metrics which is present in tools.compute_metrics .

SherifAbdulatif commented 2 years ago

Thanks for the note, resolved.