FullSubNet-plus icon indicating copy to clipboard operation
FullSubNet-plus copied to clipboard

Inference is getting Killed automatically.

Open Bhavik-Ardeshna opened this issue 2 years ago • 3 comments

When I tried to do the inference/test on my sample audio (.wav) file it getting killed.

Screenshot from 2023-02-01 22-04-59

My Directory Structure image

Executing Command

python3 -m speech_enhance.tools.inference  / 
       -C config/inference.toml   -M /home/arvik/Desktop/ParadisoAI/FullSubNet-plus/best_model.tar  /
       -I /home/arvik/Desktop/ParadisoAI/FullSubNet-plus/input  / 
       -O /home/arvik/Desktop/ParadisoAI/FullSubNet-plus/output

Bhavik-Ardeshna avatar Feb 01 '23 16:02 Bhavik-Ardeshna

Sorry, I have not encountered this situation. Is this "Killed" because your operating system has killed your process?

RookieJunChen avatar Feb 02 '23 02:02 RookieJunChen

I guess that would be the reason. My input file structure is right?

Or do I have to use any scaled audio file for inferencing?

Bhavik-Ardeshna avatar Feb 02 '23 11:02 Bhavik-Ardeshna

The operation of the input file can be found in this issue. It should not be necessary to use scaled audio file to inference.

RookieJunChen avatar Feb 06 '23 01:02 RookieJunChen