代码拉取完成,页面将自动刷新
#!/usr/bin/env bash
for i in {0..10}
do
test_file_name="tuples/test_samples/"user_song_test_part_$i".txt"
test_res_name="test_result/test_result_"$i".res"
echo "test file:"$test_file_name
python3 movie_run_exp.py config/song.config -reg 0.5 -test_file_path $test_file_name \
-test_res_save_path $test_res_name
done
echo "combine result"
total_result_name="test_result/total.res"
part_res_name=""
for i in {0..10}
do
part_res_name=$part_res_name"test_result/test_result_"$i".res "
done
cat $part_res_name > $total_result_name
python3 res_combine.py test_result/total.res data/song/tuples/user_song_test_fmg.txt test_result/total_combine.txt
python3 eval.py test_result/total_combine.txt test_result/test_score.txt
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。