FullSubNet-plus
FullSubNet-plus copied to clipboard
Question about the output of Quick Start.
I follot the steps of the part Quick Start, the commands as follows:
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!
I run 2 times, and the enhanced_0194 is null.
Have you checked the folder enhanced_0194? There should be the enhanced audio.
I have checked before, there is no thing in enhanced_0194,
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.
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.
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!