haoheliu / voicefixer_main

General Speech Restoration
https://haoheliu.github.io/demopage-voicefixer/
MIT License
272 stars 52 forks source link

quick fix: Config is not in evaluation_proc #8

Closed ws-choi closed 2 years ago

ws-choi commented 2 years ago

https://github.com/haoheliu/voicefixer_main/blob/0c6f8b1f97e578f915d2ac45ae5d0799acdc346e/datasets/datasetParser/test_set_speech_all_distortion.py#L12

but evaluation_proc package (__init__.py) does not have Config.

I changed this code with this as below, and it works fine.

from evaluation_proc.config import Config