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

Question about the output of Quick Start.

Open Plutoisme opened this issue 2 years ago • 5 comments

I follot the steps of the part Quick Start, the commands as follows: image

and the program runs with no bug, but the output is weird, there is only a .toml file. And the file contains no information about the wav, only about the model.

Thanks!

Plutoisme avatar Oct 24 '22 03:10 Plutoisme

image I run 2 times, and the enhanced_0194 is null.

Plutoisme avatar Oct 24 '22 03:10 Plutoisme

Have you checked the folder enhanced_0194? There should be the enhanced audio.

RookieJunChen avatar Oct 24 '22 05:10 RookieJunChen

I have checked before, there is no thing in enhanced_0194, image image

My GPU is busy with other task, may be there is no calculate resource to deal with it? But the program runs with no bugs, I plan to try again with MacOS at night.

Plutoisme avatar Oct 24 '22 06:10 Plutoisme

Maybe I know where your bug is. The dataset.path refers to a directory of files, not to a specific file. Can you try changing testdata/input_data/1.wav to testdata/input_data? The same applies to the parameters of -I.

RookieJunChen avatar Oct 24 '22 16:10 RookieJunChen

Maybe I know where your bug is. The dataset.path refers to a directory of files, not to a specific file. Can you try changing testdata/input_data/1.wav to testdata/input_data? The same applies to the parameters of -I.

Your advice is useful, thanks!

Plutoisme avatar Oct 25 '22 02:10 Plutoisme