vbelz / Speech-enhancement

Deep learning for audio denoising
MIT License
620 stars 124 forks source link

thanks for this project,and here are some solutions of the problems i met with. for reference only. #26

Open liu-xunnn opened 2 years ago

liu-xunnn commented 2 years ago

1.windows anaconda3 ,versions of some packages librosa == 0.6.0 keras == 2.3.1 numba == 0.48.0

  1. some porblems and solutions original_keras_version = f.attrs['keras_version'].decode('utf8') AttributeError: 'str' object has no attribute 'decode'

    pip install h5py==2.10

    audio_open raise NoBackendError() audioread.exceptions.NoBackendError

    conda install ffmpeg