staplesinLA / denoising_DIHARD18

59 stars 25 forks source link

Error while processing file #9

Open asrcomm opened 4 years ago

asrcomm commented 4 years ago

Hi, I am find finding error in processing the file.

Processing file: /home/denoising_DIHARD18-master/data/inp1.wav, segment: 1/1. ERROR: Problem encountered while processing file "/home/denoising_DIHARD18-master/data/inp1.wav". Skipping. Full error output: Traceback (most recent call last): File "main_denoising.py", line 95, in run super(Process, self).run() File "/usr/lib/python3.5/multiprocessing/process.py", line 93, in run self._target(*self._args, self._kwargs) File "/home/denoising_DIHARD18-master/decode_model.py", line 68, in decode_model model_dnn = load_model(MODELF) File "/usr/lib/python3.5/contextlib.py", line 77, in exit self.gen.throw(type, value, traceback) File "/home/.local/share/virtualenvs/env/lib/python3.5/site-packages/wurlitzer.py", line 307, in pipes yield stdout_r, stderr_r File "/home/denoising_DIHARD18-master/decode_model.py", line 68, in decode_model model_dnn = load_model(MODELF) File "/home/.local/share/virtualenvs/env/lib/python3.5/site-packages/cntk/internal/swig_helper.py", line 69, in wrapper result = f(*args, *kwds) File "/home/.local/share/virtualenvs/env/lib/python3.5/site-packages/cntk/ops/functions.py", line 1721, in load_model return Function.load(model, device, format) File "/home/.local/share/virtualenvs/env/lib/python3.5/site-packages/cntk/internal/swig_helper.py", line 69, in wrapper result = f(args, kwds) File "/home/.local/share/virtualenvs/env/lib/python3.5/site-packages/cntk/ops/functions.py", line 1635, in load return cntk_py.Function.load(str(model), device, format.value) RuntimeError: Failed to parse Dictionary from the input stream.

ablaw123 commented 4 years ago

I am having the same issue. It seems as if the model is corrupted and not loading properly. Any thoughts on how to fix?

lizolson commented 4 years ago

Also having this problem, and not sure if it's a model issue or dependencies problem.

jardnzm commented 4 years ago

I have the same issue and I fixed it by wget the model link again in the model directory. seems like git clone wouldn't download the whole model.

jsdtwry commented 4 years ago

@ZimingY Same problem I met. Could you share the model download link for me to get by wget? I saw your another issue about this and try git lfs did not work either. Thanks!!!