liqian 1 year ago
parent
commit
282ed2ef26
1 changed files with 2 additions and 0 deletions
  1. 2 0
      asr_task.sh

+ 2 - 0
asr_task.sh

@@ -2,6 +2,8 @@ ps -ef | grep asr_task.py | grep -v grep | awk '{print $2}' | xargs kill -9
 
 cd /data/aigc-test
 
+rm -r asr_res/
+
 source activate whisper
 
 CUDA_VISIBLE_DEVICES=0 python asr_task.py 0 > /data/aigc-test/logs/asr_task_0.log &