meokz / looking-to-listen

Deep neural network (DNN) for noise reduction, removal of background music, and speech separation
MIT License
169 stars 19 forks source link

No such file or directory: '/data/model/0f_1sclean_noise.npz' #1

Closed jackNhat closed 4 years ago

jackNhat commented 4 years ago

Thanks for sharing repository, I tried following the Quick Start Demonstration guideline. When I ran the command: docker-compose run network python3 quick_start_audio_only.py /data/model/0f_1sclean_noise.npz /data/noise -ideep and got the error message FileNotFoundError: [Errno 2] No such file or directory: '/data/model/0f_1sclean_noise.npz'. Where can I download the file 0f_1sclean_noise.npz? Thanks for the reply

meokz commented 4 years ago

wops, i forgot to include model file.

please wait for additional commit

meokz commented 4 years ago

@JackNhat I missed including a pre-training model in the repository. Now, pre-training model was added.

Please try it