关键词模型训练问题

Viewed 19

重现步骤

./run.sh -1 5 /home/abel/speech_commands_v1 xiaoaixiaoai 2 0时能进行前期的运行。显示如下错误:
local/data_download.sh: line 62: python: command not found
mv: cannot stat '/home/abel/speech_commands_v1/examples/speechcommand_v1/my_data/wav_from_k230/*': No such file or directory
./run.sh: line 59: python: command not found
其中wav_from_k230在运行时已经建立,但是后面被程序自动删除

local/data_download.sh: line 62: python: command not found是以下内容:
python local/make_label_list.py --folder_path $my_keyword_dir --val_txt $audio_dir/validation_list.txt --test_txt $audio_dir/testing_list.txt --my_keyword $my_keyword

其中testing_list.txt,validation_list.txt都正常

./run.sh: line 59:中的内容是
python local/split_dataset.py $download_dir/my_data
期待结果和实际结果

软硬件版本信息

错误日志

尝试解决过程

补充材料

1 Answers

你好,请问wav_from_k230下的数据是什么样的?看着像是数据的问题